Fix CppunitTest_sc_jumbosheets_test for ASan
...cf. test::BootstrapFixture::validate (test/source/bootstrapfixture.cxx), which it uses Change-Id: I77ebb83634ca8a4ae33a370222ac327a9b391874 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129914 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
44d237c375
commit
1748245ab1
1 changed files with 4 additions and 0 deletions
|
@ -56,4 +56,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sc_jumbosheets_test,services))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_configuration,sc_jumbosheets_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_arguments,sc_jumbosheets_test, \
|
||||
-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:
|
||||
|
|
Loading…
Reference in a new issue