summaryrefslogtreecommitdiff
path: root/sfx2/Module_sfx2.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-03-14 20:18:19 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-03-14 20:18:19 +0100
commitceda7874fb29c65bcb55499924201ae05d024444 (patch)
tree1265638107a223e25214862d5e2502214747e16a /sfx2/Module_sfx2.mk
parent1e3d9e046c6aa3df8e935bb7d3962ecc51d40da1 (diff)
reeabling unittests as the cppunittester location is fixed now in solenv
Diffstat (limited to 'sfx2/Module_sfx2.mk')
-rwxr-xr-xsfx2/Module_sfx2.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/Module_sfx2.mk b/sfx2/Module_sfx2.mk
index e5c738ac877f..b88e2581f2da 100755
--- a/sfx2/Module_sfx2.mk
+++ b/sfx2/Module_sfx2.mk
@@ -34,14 +34,14 @@ $(eval $(call gb_Module_add_targets,sfx2,\
Package_sdi \
))
-#$(eval $(call gb_Module_add_check_targets,sfx2,\
-# CppunitTest_sfx2_metadatable \
-#))
+$(eval $(call gb_Module_add_check_targets,sfx2,\
+ CppunitTest_sfx2_metadatable \
+))
-#$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\
-# JunitTest_sfx2_complex \
-# JunitTest_sfx2_unoapi \
-#))
+$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\
+ JunitTest_sfx2_complex \
+ JunitTest_sfx2_unoapi \
+))
ifeq ($(OS),LINUX)
ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)