From cf34595c934021488b1499900cb9182576ceb582 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 17 Aug 2009 16:37:46 +0000 Subject: move tests to Build git-svn-id: svn://tug.org/texlive/trunk@14724 c570f23f-e606-0410-a88d-b1316a301751 --- Build/tests/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Build/tests/Makefile (limited to 'Build/tests/Makefile') diff --git a/Build/tests/Makefile b/Build/tests/Makefile new file mode 100644 index 00000000000..164832236bb --- /dev/null +++ b/Build/tests/Makefile @@ -0,0 +1,7 @@ +# $Id$ +# Written 2004, Karl Berry. Public domain. + +tests = *-*-* + +check test clean distclean: + for t in $(tests); do (cd $$t && make $@) || exit 1; done -- cgit v1.2.3