diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-13 20:51:34 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-02-08 18:13:45 +0100 |
commit | 590c2400f168faa6eccf793b478d681dcdb73ca7 (patch) | |
tree | 173ace1c48a26444f78d139ed9f6708ca73fa812 /sc | |
parent | 9b979c8bf13593175391efcab461a146d6f1331e (diff) |
first try to add slowcheck build target
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Module_sc.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 112fa40a80c6..2825cce354ff 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -42,10 +42,13 @@ $(eval $(call gb_Module_add_targets,sc,\ endif $(eval $(call gb_Module_add_check_targets,sc,\ - CppunitTest_sc_ucalc \ CppunitTest_sc_filters_test \ )) +$(eval $(call gb_Module_add_slowcheck_targets, sc,\ + CppunitTest_sc_ucalc \ +)) + $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ JunitTest_sc_complex \ JunitTest_sc_unoapi \ |