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