From 491a9d9cb45315d3cd1dac0a73b4485465bcbad8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 Apr 1992 02:30:18 +0000 Subject: Formerly GNUmakefile.~53~ --- GNUmakefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ce91df9..abfaa84 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -167,8 +167,9 @@ endif # Run the tests. .PHONY: tests -tests: - $(MAKE) -C tests +testdir := $(firstword $(wildcard make-test-?.?)) +tests: $(testdir)/run_make_tests.pl $(prog) +# cd $(