From e0f90c3060f542885d834314a9097353d0cb2ba2 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Wed, 19 Sep 2012 22:13:36 +0200 Subject: introduce new option --disable-cve-tests Change-Id: I288638c4a70396ccb7354b20e901aa0c46ffe442 Reviewed-on: https://gerrit.libreoffice.org/653 Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- svtools/Module_svtools.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'svtools') diff --git a/svtools/Module_svtools.mk b/svtools/Module_svtools.mk index c7f1122b3b4e..bfefee30d666 100644 --- a/svtools/Module_svtools.mk +++ b/svtools/Module_svtools.mk @@ -50,9 +50,11 @@ endif endif +ifneq ($(DISABLE_CVE_TESTS),TRUE) $(eval $(call gb_Module_add_check_targets,svtools,\ CppunitTest_svtools_filters_test \ )) +endif $(eval $(call gb_Module_add_subsequentcheck_targets,svtools,\ JunitTest_svtools_unoapi \ -- cgit