From fe981519f57a621c94e339a5453d7714af081acb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 20 Feb 2012 16:39:59 +0100 Subject: gb_JunitTest_JunitTest takes only one argument --- configmgr/JunitTest_configmgr_unoapi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configmgr') diff --git a/configmgr/JunitTest_configmgr_unoapi.mk b/configmgr/JunitTest_configmgr_unoapi.mk index 3f1537fd8cc2..e1abbb331cab 100644 --- a/configmgr/JunitTest_configmgr_unoapi.mk +++ b/configmgr/JunitTest_configmgr_unoapi.mk @@ -26,7 +26,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_JunitTest_JunitTest,configmgr_unoapi,SRCDIR)) +$(eval $(call gb_JunitTest_JunitTest,configmgr_unoapi)) $(eval $(call gb_JunitTest_set_defs,configmgr_unoapi,\ $$(DEFS) \ -- cgit