From 3fcde5e3f9e0921effd9ffd6c26246647f108ce3 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 20 Jan 2012 12:33:53 +0100 Subject: 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 --- test/Module_test.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Module_test.mk') 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 \ )) -- cgit v1.2.3