summaryrefslogtreecommitdiffstats
path: root/test/Library_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/Library_test.mk
parentSfxVirtualMenu: fix context menu crash: (diff)
downloadcore-3fcde5e3f9e0921effd9ffd6c26246647f108ce3.tar.gz
core-3fcde5e3f9e0921effd9ffd6c26246647f108ce3.zip
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/Library_test.mk')
-rw-r--r--test/Library_test.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk
index 967af9c4e944..4275a1f06e59 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -68,7 +68,6 @@ $(eval $(call gb_Library_use_external,test,cppunit))
$(eval $(call gb_Library_add_exception_objects,test,\
test/source/bootstrapfixture \
- test/source/unoapi_test \
))
# vim: set noet sw=4 ts=4: