summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-30 23:24:43 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-30 23:48:45 +0100
commit4e23a821d3f5b409a33837e9a0b9ea2e1cd65bec (patch)
tree9483c3e372bc363065f9374ec5f87b4a28d97347 /sc/Module_sc.mk
parentbc84d4782ca3750fd9cabfdaea1d9e89cca20286 (diff)
split sc's filters-test into in-build and subsequent tests
only testContent and the ods range name test remain in-build, everything else is now a subsequenttest if needed the subsequent_filters-test can be moved to an in-build test in Module_sc.mk
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index eb855911b3a3..1cbbc72146a4 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -42,6 +42,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\
$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
CppunitTest_sc_macros_test \
CppunitTest_sc_xcellrangesquery \
+ CppunitTest_sc_subsequent_filters_test \
JunitTest_sc_complex \
JunitTest_sc_unoapi \
))