diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-20 16:39:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-20 16:39:59 +0100 |
commit | fe981519f57a621c94e339a5453d7714af081acb (patch) | |
tree | f24a71babd87ad705928b1aba0d2c1ceb37b99da /forms | |
parent | 4ac48167662c592c21025b89fe8f6925c680c6e0 (diff) |
gb_JunitTest_JunitTest takes only one argument
Diffstat (limited to 'forms')
-rw-r--r-- | forms/JunitTest_forms_complex.mk | 2 | ||||
-rw-r--r-- | forms/JunitTest_forms_unoapi.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/forms/JunitTest_forms_complex.mk b/forms/JunitTest_forms_complex.mk index 62c83f4fddab..c61af34e7571 100644 --- a/forms/JunitTest_forms_complex.mk +++ b/forms/JunitTest_forms_complex.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,forms_complex, SRCDIR)) +$(eval $(call gb_JunitTest_JunitTest,forms_complex)) $(eval $(call gb_JunitTest_add_jars,forms_complex,\ $(OUTDIR)/bin/OOoRunner.jar \ diff --git a/forms/JunitTest_forms_unoapi.mk b/forms/JunitTest_forms_unoapi.mk index 97bd610e5863..b23f2f645b7d 100644 --- a/forms/JunitTest_forms_unoapi.mk +++ b/forms/JunitTest_forms_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,forms_unoapi,SRCDIR)) +$(eval $(call gb_JunitTest_JunitTest,forms_unoapi)) $(eval $(call gb_JunitTest_set_defs,forms_unoapi,\ $$(DEFS) \ |