From f0a60415597bae7ca54767b397a217882578ce97 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 27 Feb 2015 19:05:54 +0100 Subject: gbuild: CppunitTest: always use unittest configuration The sc_subsequent_filters_test was failing because of a lock file because it did not use the unittest configuration. Refactor gb_CppunitTest_use_configuration so it uses both the instdir and unittest configuration to prevent such errors. In case there ever is a test that does not work with the unittest configuration it should call gb_CppunitTest_use_instdir_configuration. Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e --- sd/CppunitTest_sd_import_tests.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'sd/CppunitTest_sd_import_tests.mk') diff --git a/sd/CppunitTest_sd_import_tests.mk b/sd/CppunitTest_sd_import_tests.mk index e0658500dbbc..8a84e4c556cf 100644 --- a/sd/CppunitTest_sd_import_tests.mk +++ b/sd/CppunitTest_sd_import_tests.mk @@ -108,8 +108,6 @@ $(eval $(call gb_CppunitTest_use_components,sd_import_tests,\ $(eval $(call gb_CppunitTest_use_configuration,sd_import_tests)) -$(eval $(call gb_CppunitTest_use_unittest_configuration,sd_import_tests)) - $(eval $(call gb_CppunitTest_add_arguments,sd_import_tests,\ "-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \ )) -- cgit v1.2.3