## 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
.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 :
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:
$(MAKE) "$$target-local" || exit; \
fi
-check-recursive:
+xcheck-recursive check-recursive check-exhaustive-recursive:
@goods=; \
bads=; \
target=`echo $@ | sed s/-recursive//`; \
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) \