summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-07-27 22:29:29 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-07-28 22:14:18 +0200
commitf6fa7427858e3c9a5ac12ac30dbc99afdc066dfc (patch)
treec515a932b0f6b86e8008781f6117f1d84c4c2701
parentbd0825752a39644bd4da1d6ad9f18ce41e0fd5b8 (diff)
fix missing dependency to scfilt in sc's tiledrendering test
Noticed by Eike. Using the scfilt component as in the other calc tests does not work as the test immediately starts to fail. In general it looks dubious that the test does not use any component files. Change-Id: Ic44ff5112c6a131f3820e32f7a71ea2f90142cd3 Reviewed-on: https://gerrit.libreoffice.org/40536 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sc/CppunitTest_sc_tiledrendering.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_tiledrendering.mk b/sc/CppunitTest_sc_tiledrendering.mk
index c02453891c3f..ac70a06453ad 100644
--- a/sc/CppunitTest_sc_tiledrendering.mk
+++ b/sc/CppunitTest_sc_tiledrendering.mk
@@ -26,6 +26,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_tiledrendering, \
svt \
svxcore \
sc \
+ scfilt \
scui \
test \
unotest \