X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/test/Makefile.in diff --git a/icuSources/test/Makefile.in b/icuSources/test/Makefile.in index d138ccfa..c6e5a8c1 100644 --- a/icuSources/test/Makefile.in +++ b/icuSources/test/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU tests -## Copyright (c) 1999-2008, International Business Machines Corporation and +## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Source directory information @@ -24,7 +24,8 @@ SUBDIRS = testdata intltest $(IOTEST) cintltst .PHONY : everything all all-local all-recursive install install-local \ install-recursive clean clean-local clean-recursive distclean \ distclean-local distclean-recursive dist dist-recursive dist-local \ -check check-recursive check-local +check check-recursive check-local xcheck xcheck-recursive xcheck-local \ +check-exhaustive check-exhaustive-recursive ## Clear suffix list .SUFFIXES : @@ -45,6 +46,10 @@ distclean : distclean-recursive distclean-local dist: dist-recursive dist-local check: everything check-recursive check-local check-recursive: all-recursive +# the xcheck targets create a ../test-*.xml file in JUnit format. +xcheck: everything xcheck-recursive xcheck-local +xcheck-recursive: all-recursive +check-exhaustive: everything check-exhaustive-recursive check-local ## Recursive targets all-recursive install-recursive clean-recursive distclean-recursive dist-recursive: @@ -64,7 +69,7 @@ all-recursive install-recursive clean-recursive distclean-recursive dist-recursi $(MAKE) "$$target-local" || exit; \ fi -check-recursive: +xcheck-recursive check-recursive check-exhaustive-recursive: @goods=; \ bads=; \ target=`echo $@ | sed s/-recursive//`; \ @@ -98,7 +103,7 @@ clean-local: distclean-local: clean-local $(RMV) Makefile -check-local: all-local +xcheck-local check-local: all-local Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \