summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-05-04 22:54:21 +0000
committerRoland McGrath <roland@redhat.com>1992-05-04 22:54:21 +0000
commit69e9db54be49bdc188f36ab143c59d6eaa1ed0e1 (patch)
tree25e8c4b6e546ae6a979be52735e74ad588791c99 /GNUmakefile
parent1be71be2a2c62601d8026a93aa4955b2d661acc4 (diff)
downloadgunmake-69e9db54be49bdc188f36ab143c59d6eaa1ed0e1.tar.gz
Formerly GNUmakefile.~57~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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)