]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/Makefile.in
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / test / Makefile.in
index d138ccfae211e3b037b165cbd72716460bfd6c41..c6e5a8c185582fbfff42943ce40b8522199a870c 100644 (file)
@@ -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) \