X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=t%2Fmakefile.test;h=69c69bef36dcabe995a7e281ec6d790e98f5de37;hb=72109189a67d9fe19fb88dc744a999e2d21ff591;hp=d4aedf8035b1645da0b0fcb532e814d5d7ef10d6;hpb=c7250fb279af132333266af36e19c156dd84eca1;p=paraslash.git diff --git a/t/makefile.test b/t/makefile.test index d4aedf80..69c69bef 100644 --- a/t/makefile.test +++ b/t/makefile.test @@ -7,7 +7,7 @@ test_options := --executables-dir $(shell pwd) test_options += --results-dir $(results_dir) test_options += --trash-dir $(trash_dir) test_options += --executables "$(executables)" -test_options += --objects "$(basename $(notdir $(all_objs)))" +test_options += --objects "$(basename $(all_objs))" ifdef V ifeq ("$(origin V)", "command line") @@ -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)