diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-10-02 18:29:34 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-10-03 10:54:56 +0000 |
commit | dc306db9b51e6f009803f7ba633674dc2840ac08 (patch) | |
tree | e542b86da65854722ddda17d629f70e7ffadb0d1 /sc/Module_sc.mk | |
parent | 52c252882bd293eb7eaf8e5b98fd9c0e21cd827d (diff) |
remove anchor test from the conditional format API test
Change-Id: Ifcbcdf03d0d178f865c156fc8a6299741f814bc2
Reviewed-on: https://gerrit.libreoffice.org/29460
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index cdba1feb1540..5493c09eb648 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -89,6 +89,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ JunitTest_sc_unoapi_5 \ JunitTest_sc_unoapi_6 \ JunitTest_sc_unoapi_7 \ + CppunitTest_sc_anchor_test \ CppunitTest_sc_annotationshapeobj \ CppunitTest_sc_outlineobj \ CppunitTest_sc_styleloaderobj \ |