X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Fmakefile.test;fp=t%2Fmakefile.test;h=4bbc5d72edb0adfd2b997d667bac2d67de2f72b6;hp=d4aedf8035b1645da0b0fcb532e814d5d7ef10d6;hb=a55158f6b992f7863a9d1eb59952f0b4efe4d9c4;hpb=784c2391535a896aff0e51bf3976b52bf9f06b71 diff --git a/t/makefile.test b/t/makefile.test index d4aedf80..4bbc5d72 100644 --- a/t/makefile.test +++ b/t/makefile.test @@ -15,7 +15,7 @@ ifdef V endif endif -tests := $(wildcard $(test_dir)/t[0-9][0-9][0-9][0-9]-*.sh) +tests := $(sort $(wildcard $(test_dir)/t[0-9][0-9][0-9][0-9]-*.sh)) test: $(tests)