summaryrefslogtreecommitdiff
path: root/postprocess/CppunitTest_services.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-02-27 19:05:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-03-04 10:21:01 +0000
commit9c5ea0469ab96bd39cccd3bd60d79846ce065679 (patch)
tree70acedb6b5b7674ed24a19961985b75b0df3f780 /postprocess/CppunitTest_services.mk
parentd82a249a6fc8c7c34db5215428b97fede4876461 (diff)
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. (cherry picked from commit f0a60415597bae7ca54767b397a217882578ce97) Conflicts: dbaccess/CppunitTest_dbaccess_RowSetClones.mk sc/CppunitTest_sc_condformats.mk sc/CppunitTest_sc_recordchanges.mk Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e Reviewed-on: https://gerrit.libreoffice.org/14738 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'postprocess/CppunitTest_services.mk')
-rw-r--r--postprocess/CppunitTest_services.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/postprocess/CppunitTest_services.mk b/postprocess/CppunitTest_services.mk
index 00ac87f323ee..58480f4d3dbc 100644
--- a/postprocess/CppunitTest_services.mk
+++ b/postprocess/CppunitTest_services.mk
@@ -39,8 +39,6 @@ endif
$(eval $(call gb_CppunitTest_use_configuration,services))
-$(eval $(call gb_CppunitTest_use_unittest_configuration,services))
-
ifeq ($(ENABLE_JAVA),TRUE)
$(eval $(call gb_CppunitTest_use_java_ure,services))