summaryrefslogtreecommitdiff
path: root/basic/Module_basic.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-10-23 08:57:23 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-03 20:24:28 -0500
commitb68a0f659500c2db86aa99df78bac292e3e93d79 (patch)
tree118c85a8af0a08ae2d4bf6306d7e5c390a231851 /basic/Module_basic.mk
parentd92814f462432b52b1ef4d0dc335d22af881397b (diff)
basic add a generic unit test fixture
basic_coverage is a generic unit test that scan qa/basic_coverage/* each file there is supposed to be a well formed Basic script that define as least a Function doUnitTest as Integer that return 1 if OK, 0 if not OK Change-Id: I6c3cfac1e7ce4748f46c04344102a0eff69b6a49
Diffstat (limited to 'basic/Module_basic.mk')
-rw-r--r--basic/Module_basic.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/Module_basic.mk b/basic/Module_basic.mk
index e60e83e7e655..a4ff822ef897 100644
--- a/basic/Module_basic.mk
+++ b/basic/Module_basic.mk
@@ -19,6 +19,7 @@ $(eval $(call gb_Module_add_check_targets,basic,\
CppunitTest_basic_scanner \
CppunitTest_basic_enable \
CppunitTest_basic_nested_struct \
+ CppunitTest_basic_coverage \
))
endif