sd/CppunitTest_sd_filter_eppt.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit f218429d0a40d67319e89c63e3d4dceeb88c2220 Author: Stephan Bergmann <[email protected]> AuthorDate: Mon May 30 08:19:53 2022 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon May 30 14:08:36 2022 +0200 CppunitTest_sd_filter_eppt also needs the ASan hack ...from e854abe076155fc085b56549ced50b3ee9a095d2 "Avoid external processes picking up instdir/program/libnspr4.so", to avoid > Test name: (anonymous namespace)::testThemeExport::TestBody > equality assertion failed > - Expected: 0 > - Actual : 32512 > - failed to execute: sh .../bin/officeotron.sh .../tmp/_anonymous_namespace___testThemeExport__TestBody_w8epm.tmp > .../tmp/_anonymous_namespace___testThemeExport__TestBody_w8epo.tmp 2>&1 > java: symbol lookup error: .../instdir/program/libnspr4.so: undefined symbol: __asan_init Change-Id: Id6f49c08a8bcd0ad9b5600de147624d5cfc6019b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135122 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/sd/CppunitTest_sd_filter_eppt.mk b/sd/CppunitTest_sd_filter_eppt.mk index 72b7b4d4dbb7..0105efe5d390 100644 --- a/sd/CppunitTest_sd_filter_eppt.mk +++ b/sd/CppunitTest_sd_filter_eppt.mk @@ -43,4 +43,8 @@ $(eval $(call gb_CppunitTest_use_custom_headers,sd_filter_eppt,\ $(eval $(call gb_CppunitTest_use_configuration,sd_filter_eppt)) +$(eval $(call gb_CppunitTest_add_arguments,sd_filter_eppt, \ + -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ +)) + # vim: set noet sw=4 ts=4:
