summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_namedrangesobj.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 /sc/CppunitTest_sc_namedrangesobj.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 'sc/CppunitTest_sc_namedrangesobj.mk')
-rw-r--r--sc/CppunitTest_sc_namedrangesobj.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/CppunitTest_sc_namedrangesobj.mk b/sc/CppunitTest_sc_namedrangesobj.mk
index 0ebc22a5ea25..cca0de7210c0 100644
--- a/sc/CppunitTest_sc_namedrangesobj.mk
+++ b/sc/CppunitTest_sc_namedrangesobj.mk
@@ -104,6 +104,4 @@ $(eval $(call gb_CppunitTest_use_components,sc_namedrangesobj,\
$(eval $(call gb_CppunitTest_use_configuration,sc_namedrangesobj))
-$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_namedrangesobj))
-
# vim: set noet sw=4 ts=4: