Kaydet (Commit) fe981519 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

gb_JunitTest_JunitTest takes only one argument

üst 4ac48167
......@@ -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 \
......
......@@ -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,chart2_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,chart2_unoapi))
$(eval $(call gb_JunitTest_set_defs,chart2_unoapi,\
$$(DEFS) \
......
......@@ -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 \
......
......@@ -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) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,dbaccess_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,dbaccess_complex))
$(eval $(call gb_JunitTest_set_defs,dbaccess_complex,\
$$(DEFS) \
......
......@@ -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,dbaccess_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,dbaccess_unoapi))
$(eval $(call gb_JunitTest_set_defs,dbaccess_unoapi,\
$$(DEFS) \
......
......@@ -17,7 +17,7 @@
# under the License.
#***************************************************************
$(eval $(call gb_JunitTest_JunitTest,filter_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,filter_complex))
$(eval $(call gb_JunitTest_add_jars,filter_complex,\
$(OUTDIR)/bin/OOoRunner.jar \
......
......@@ -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 \
......
......@@ -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) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,framework_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,framework_complex))
$(eval $(call gb_JunitTest_set_defs,framework_complex,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,framework_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,framework_unoapi))
$(eval $(call gb_JunitTest_set_defs,framework_unoapi,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,linguistic_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,linguistic_complex))
$(eval $(call gb_JunitTest_set_defs,linguistic_complex,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,linguistic_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,linguistic_unoapi))
$(eval $(call gb_JunitTest_set_defs,linguistic_unoapi,\
$$(DEFS) \
......
......@@ -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,qadevOOo_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,qadevOOo_unoapi))
$(eval $(call gb_JunitTest_set_defs,qadevOOo_unoapi,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,reportdesign_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,reportdesign_complex))
$(eval $(call gb_JunitTest_set_defs,reportdesign_complex,\
$$(DEFS) \
......
......@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_JunitTest_JunitTest,sc_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,sc_complex))
# sc/qa/complex/calcPreview/ tests do not work autmatically (they request "Press
# any key after resizing" etc.)
......
......@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_JunitTest_JunitTest,sc_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,sc_unoapi))
$(eval $(call gb_JunitTest_add_classes,sc_unoapi, \
org.openoffice.test.UnoApiTest \
......
......@@ -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,sd_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,sd_unoapi))
$(eval $(call gb_JunitTest_set_defs,sd_unoapi,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,sfx2_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,sfx2_complex))
$(eval $(call gb_JunitTest_set_defs,sfx2_complex,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,sfx2_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,sfx2_unoapi))
$(eval $(call gb_JunitTest_set_defs,sfx2_unoapi,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,sot_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,sot_complex))
$(eval $(call gb_JunitTest_add_sourcefiles,sot_complex,\
sot/qa/complex/olesimplestorage/OLESimpleStorageTest \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,sm_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,sm_unoapi))
$(eval $(call gb_JunitTest_set_defs,sm_unoapi,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,svl_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,svl_complex))
$(eval $(call gb_JunitTest_set_defs,svl_complex,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,svtools_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,svtools_unoapi))
$(eval $(call gb_JunitTest_set_defs,svtools_unoapi,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,svx_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,svx_unoapi))
$(eval $(call gb_JunitTest_set_defs,svx_unoapi,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,sw_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,sw_complex))
$(eval $(call gb_JunitTest_set_defs,sw_complex,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,sw_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,sw_unoapi))
$(eval $(call gb_JunitTest_set_defs,sw_unoapi,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,toolkit_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,toolkit_unoapi))
$(eval $(call gb_JunitTest_set_defs,toolkit_unoapi,\
$$(DEFS) \
......
......@@ -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) \
......
......@@ -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) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,unotools_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,unotools_complex))
$(eval $(call gb_JunitTest_set_defs,unotools_complex,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,unordf_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,unordf_complex))
$(eval $(call gb_JunitTest_set_defs,unordf_complex,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,unoxml_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,unoxml_complex))
$(eval $(call gb_JunitTest_set_defs,unoxml_complex,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,writerfilter_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,writerfilter_complex))
$(eval $(call gb_JunitTest_set_defs,writerfilter_complex,\
$$(DEFS) \
......
......@@ -26,7 +26,7 @@
#
#*************************************************************************
$(eval $(call gb_JunitTest_JunitTest,xmloff_unoapi,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,xmloff_unoapi))
$(eval $(call gb_JunitTest_set_defs,xmloff_unoapi,\
$$(DEFS) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment