diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-30 20:38:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-31 09:14:51 +0100 |
commit | 333fbcf5ef8e80449af0c164498335bc24f16243 (patch) | |
tree | ce88ea0fcff6183089b70a732c51d38718d38595 /sc | |
parent | d526bd7dd5b94be6fe5a823372da1facca3d43fa (diff) |
Missing test dependency
> include/c++/10.0.0/bits/unique_ptr.h:81: error: undefined reference to 'SvxNumberInfoItem::~SvxNumberInfoItem()'
> collect2: error: ld returned 1 exit status
> make[1]: *** [solenv/gbuild/LinkTarget.mk:639: workdir/LinkTarget/CppunitTest/libtest_sc_screenshots.so] Error 1
Change-Id: Ifb498e7a54b37bd93c71110b6d7cfda4ea8ef1b5
Reviewed-on: https://gerrit.libreoffice.org/81805
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_screenshots.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_screenshots.mk b/sc/CppunitTest_sc_screenshots.mk index f9b0f61c95e0..0749d39b0c39 100644 --- a/sc/CppunitTest_sc_screenshots.mk +++ b/sc/CppunitTest_sc_screenshots.mk @@ -26,6 +26,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_screenshots, \ sfx \ svl \ svt \ + svx \ svxcore \ sc \ scui \ |