projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
784c239
)
testsuite: Sort tests.
author
Andre Noll
<maan@systemlinux.org>
Sun, 11 Sep 2011 21:08:56 +0000
(23:08 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 15 Oct 2011 19:22:53 +0000
(21:22 +0200)
This guarantees that the tests are run in numerical order.
t/makefile.test
patch
|
blob
|
history
diff --git
a/t/makefile.test
b/t/makefile.test
index
d4aedf8
..
4bbc5d7
100644
(file)
--- 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)