summaryrefslogtreecommitdiff
path: root/test/Module_test.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-20 12:33:53 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-23 19:46:45 +0100
commit3fcde5e3f9e0921effd9ffd6c26246647f108ce3 (patch)
treeeca718f73206dd6264c7691518d286c3a507b84c /test/Module_test.mk
parenta0093404ffbca79655a52019d6bf66b976964fe9 (diff)
add library for c++ based subsequenttests
use this library for interface tests and implement the test in the correct module by creating one test class per implementation class The implementation class should inherit from all interface tests it needs This should make it more easy to write tests since we no longer need to write the same test method multiple times
Diffstat (limited to 'test/Module_test.mk')
-rw-r--r--test/Module_test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Module_test.mk b/test/Module_test.mk
index 86c7c00a5789..6c8b81fa2992 100644
--- a/test/Module_test.mk
+++ b/test/Module_test.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_Module_Module,test))
$(eval $(call gb_Module_add_targets,test,\
Library_test \
+ Library_subsequenttest \
Package_inc \
Package_unittest \
))