diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-14 20:18:19 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-14 20:18:19 +0100 |
commit | 122627e95229d22629f6f971843e072f2ef5006f (patch) | |
tree | 9a2752523eb91dd114e70f3d1fcc16d0686fe1f6 | |
parent | 9a8f495d3192a246931b4c12f53760d6e4e71551 (diff) |
reeabling unittests as the cppunittester location is fixed now in solenv
-rwxr-xr-x | sfx2/Module_sfx2.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/Module_sfx2.mk b/sfx2/Module_sfx2.mk index e5c738ac87..b88e2581f2 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) |