summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-19 11:23:57 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:35:08 +0200
commit54cfe2acd4066235e271e8832fa70712a21107ce (patch)
tree889e952aed85266fd3de7114a9b31f6ce72a2318 /testtools
parent05e1b2cfba435a3531eb16fdd9b5ce49a4830188 (diff)
CustomTarget_uno_test is a test
Change-Id: I I547827f41986c54b98b5d9019f680378ca89c11d
Diffstat (limited to 'testtools')
-rw-r--r--testtools/Module_testtools.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/testtools/Module_testtools.mk b/testtools/Module_testtools.mk
index e6968d52dff3..3bf20e0fb204 100644
--- a/testtools/Module_testtools.mk
+++ b/testtools/Module_testtools.mk
@@ -27,14 +27,13 @@
$(eval $(call gb_Module_Module,testtools))
$(eval $(call gb_Module_add_targets,testtools,\
+ CustomTarget_bridgetest \
InternalUnoApi_bridgetest \
StaticLibrary_bridgetest \
Library_cppobj \
Library_bridgetest \
Library_constructors \
Rdb_uno_services \
- CustomTarget_uno_test \
- CustomTarget_bridgetest \
))
ifneq ($(SOLAR_JAVA),)
@@ -52,4 +51,8 @@ $(eval $(call gb_Module_add_targets,testtools,\
))
endif
+$(eval $(call gb_Module_add_check_targets,testtools,\
+ CustomTarget_uno_test \
+))
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: