# $Id: //depot/Master/support/tests/Makefile#2 $ $Date: 2004/09/24 $ $Author: karl $ # Written 2004, Karl Berry. Public domain. tests = *-*-* check test clean distclean: for t in $(tests); do (cd $$t && make $@) || exit 1; done