| commit | f6fa7427858e3c9a5ac12ac30dbc99afdc066dfc | [log] |
|---|---|---|
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | Thu Jul 27 22:29:29 2017 +0200 |
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | Fri Jul 28 22:14:18 2017 +0200 |
| tree | c515a932b0f6b86e8008781f6117f1d84c4c2701 | |
| parent | bd0825752a39644bd4da1d6ad9f18ce41e0fd5b8 [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>
diff --git a/sc/CppunitTest_sc_tiledrendering.mk b/sc/CppunitTest_sc_tiledrendering.mk index c024538..ac70a06 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 \