From e3cf2b45f700fc5f4d19790b4b29175b33d38048 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 8 Apr 2012 13:40:35 +0200 Subject: simplify use of configuration from unit tests --- hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk') diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk index c5ea37a96727..a0b01705f1cc 100644 --- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk +++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk @@ -61,9 +61,7 @@ $(eval $(call gb_CppunitTest_use_components,hwpfilter_test_hwpfilter,\ ucb/source/ucp/file/ucpfile1 \ )) -$(eval $(call gb_CppunitTest_set_args,hwpfilter_test_hwpfilter,\ - "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \ -)) +$(eval $(call gb_CppunitTest_use_configuration,hwpfilter_test_hwpfilter)) # we need to explicitly depend on library hwp because it is not implied # by a link relation -- cgit