diff --git a/GNUmakefile b/GNUmakefile index ce91df96..abfaa849 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 $(