From e1b51e7beb7f9cfa7b574b9c2a69799e62963a09 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 27 Sep 2013 09:41:09 +0200 Subject: gbuild: use .xcd configuration files from instdir ..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl Reviewed-by: Michael Stahl --- chart2/CppunitTest_chart2_export.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'chart2/CppunitTest_chart2_export.mk') diff --git a/chart2/CppunitTest_chart2_export.mk b/chart2/CppunitTest_chart2_export.mk index 0c0e0253ca29..11599dfeb079 100644 --- a/chart2/CppunitTest_chart2_export.mk +++ b/chart2/CppunitTest_chart2_export.mk @@ -112,8 +112,6 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export,\ $(eval $(call gb_CppunitTest_use_configuration,chart2_export)) -$(eval $(call gb_CppunitTest_use_filter_configuration,chart2_export)) - $(eval $(call gb_CppunitTest_use_unittest_configuration,chart2_export)) # vim: set noet sw=4 ts=4: -- cgit