X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Fmakefile.test;h=4bbc5d72edb0adfd2b997d667bac2d67de2f72b6;hp=d4aedf8035b1645da0b0fcb532e814d5d7ef10d6;hb=3150a0caa27a34d44556fb77f4a5aebc3d978580;hpb=65a0002eb560b7248cbb0b4f143d00053b66bccc 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)