diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index b5cd7cd..b8c533b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -172,7 +172,7 @@ endif # Run the tests. .PHONY: tests -testdir := $(firstword $(wildcard make-test-?.?)) +testdir := $(shell ls -d1 make-test-?.? | sort -n +0.10 -0.11 +0.12 | tail -1l) tests: $(testdir)/run_make_tests.pl $(prog) cd $(<D); perl $(<F) |