[Libreoffice-commits] .: Branch 'integration/dev300_m101' - sfx2/Module_sfx2.mk
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Mon Mar 14 12:18:44 PDT 2011
sfx2/Module_sfx2.mk | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 122627e95229d22629f6f971843e072f2ef5006f
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Mon Mar 14 20:18:19 2011 +0100
reeabling unittests as the cppunittester location is fixed now in solenv
diff --git a/sfx2/Module_sfx2.mk b/sfx2/Module_sfx2.mk
index e5c738a..b88e258 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)
More information about the Libreoffice-commits
mailing list