]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly GNUmakefile.~57~
authorRoland McGrath <roland@redhat.com>
Mon, 4 May 1992 22:54:21 +0000 (22:54 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 4 May 1992 22:54:21 +0000 (22:54 +0000)
GNUmakefile

index b5cd7cdaa4569d8406cd6cb96d2af4aae047d0e6..b8c533bfaec85c33926a312920364b21eb2d1d0c 100644 (file)
@@ -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)