summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2012-09-19 22:13:36 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-09-20 09:48:29 +0000
commite0f90c3060f542885d834314a9097353d0cb2ba2 (patch)
tree375ff16a94c6bb03dcef4d085027f53458d67c01 /sw
parentb7c41f1d1fcabc8f4abc670d5a18546a117b540a (diff)
introduce new option --disable-cve-tests
Change-Id: I288638c4a70396ccb7354b20e901aa0c46ffe442 Reviewed-on: https://gerrit.libreoffice.org/653 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/Module_sw.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 2e3ffbfec003..76c8e1574bf2 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -50,7 +50,6 @@ $(eval $(call gb_Module_add_check_targets,sw,\
))
$(eval $(call gb_Module_add_slowcheck_targets,sw,\
- CppunitTest_sw_filters_test \
CppunitTest_sw_macros_test \
CppunitTest_sw_subsequent_ooxmlexport \
CppunitTest_sw_subsequent_ooxmlimport \
@@ -62,6 +61,12 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_subsequent_odfimport \
))
+ifneq ($(DISABLE_CVE_TESTS),TRUE)
+$(eval $(call gb_Module_add_slowcheck_targets,sw,\
+ CppunitTest_sw_filters_test \
+))
+endif
+
$(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
JunitTest_sw_complex \
JunitTest_sw_unoapi \