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 /comphelper | |
parent | 4ac48167662c592c21025b89fe8f6925c680c6e0 (diff) |
gb_JunitTest_JunitTest takes only one argument
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/JunitTest_comphelper_complex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/JunitTest_comphelper_complex.mk b/comphelper/JunitTest_comphelper_complex.mk index adf616b220d0..090ed605a3e2 100644 --- a/comphelper/JunitTest_comphelper_complex.mk +++ b/comphelper/JunitTest_comphelper_complex.mk @@ -26,7 +26,7 @@ # #************************************************************************* -$(eval $(call gb_JunitTest_JunitTest,comphelper_complex,SRCDIR)) +$(eval $(call gb_JunitTest_JunitTest,comphelper_complex)) $(eval $(call gb_JunitTest_add_sourcefiles,comphelper_complex,\ comphelper/qa/complex/comphelper/Map \ |