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 /ucb | |
parent | 4ac48167662c592c21025b89fe8f6925c680c6e0 (diff) |
gb_JunitTest_JunitTest takes only one argument
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/JunitTest_ucb_complex.mk | 2 | ||||
-rw-r--r-- | ucb/JunitTest_ucb_unoapi.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/JunitTest_ucb_complex.mk b/ucb/JunitTest_ucb_complex.mk index bd013ee2c3ab..625f10a5af5a 100644 --- a/ucb/JunitTest_ucb_complex.mk +++ b/ucb/JunitTest_ucb_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,ucb_complex,SRCDIR)) +$(eval $(call gb_JunitTest_JunitTest,ucb_complex)) $(eval $(call gb_JunitTest_set_defs,ucb_complex,\ $$(DEFS) \ diff --git a/ucb/JunitTest_ucb_unoapi.mk b/ucb/JunitTest_ucb_unoapi.mk index 9d00396a2720..de862158a874 100644 --- a/ucb/JunitTest_ucb_unoapi.mk +++ b/ucb/JunitTest_ucb_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,ucb_unoapi,SRCDIR)) +$(eval $(call gb_JunitTest_JunitTest,ucb_unoapi)) $(eval $(call gb_JunitTest_set_defs,ucb_unoapi,\ $$(DEFS) \ |