diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-17 11:25:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-17 15:17:19 +0200 |
commit | 1c2ea35b983c1159fe4633e449f8302ac9a7a024 (patch) | |
tree | 775200d55b0e79cda32fa213ff91feae4f2862d1 /sw/Module_sw.mk | |
parent | 9fd53538f9ecd2c6a935be1958b9f8dafeab8740 (diff) |
split sw_filters unit test
so that a regular make takes less time, this unit test always seems to
execute last and it takes a very long time
Change-Id: If68bcfafad77c18676ee0ba2a915db142a1f4041
Reviewed-on: https://gerrit.libreoffice.org/75763
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index fd47c9831a5c..549047d9e9ec 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -116,6 +116,7 @@ endif ifneq ($(DISABLE_CVE_TESTS),TRUE) $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_filters_test \ + CppunitTest_sw_filters_test2 \ )) endif |