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 /bean | |
parent | 4ac48167662c592c21025b89fe8f6925c680c6e0 (diff) |
gb_JunitTest_JunitTest takes only one argument
Diffstat (limited to 'bean')
-rw-r--r-- | bean/JunitTest_bean_complex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bean/JunitTest_bean_complex.mk b/bean/JunitTest_bean_complex.mk index 837b99968ce8..f443d39fe1a4 100644 --- a/bean/JunitTest_bean_complex.mk +++ b/bean/JunitTest_bean_complex.mk @@ -27,7 +27,7 @@ # instead of those above. # -$(eval $(call gb_JunitTest_JunitTest,bean_complex,SRCDIR)) +$(eval $(call gb_JunitTest_JunitTest,bean_complex)) $(eval $(call gb_JunitTest_add_jars,bean_complex,\ $(OUTDIR)/bin/OOoRunner.jar \ |