aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2016-04-22 15:57:23 +0200
committerMichael Matz <matz@suse.de>2016-04-22 15:57:23 +0200
commitd25f67ec12b3b18efb7efb452f46760d0bc29222 (patch)
tree37b2f1ee72082ecc0350df7ac3228ca76e25ec21 /tests
parentcdc16d428f32294aa06b293fb81123f418e38b82 (diff)
downloadtinycc-d25f67ec12b3b18efb7efb452f46760d0bc29222.tar.gz
tinycc-d25f67ec12b3b18efb7efb452f46760d0bc29222.tar.bz2
Run testcases in sorted order
Without sorting they run in whatever order readdir returns, I like it better when the order is reliable (and alphanumeric).
Diffstat (limited to 'tests')
-rw-r--r--tests/tests2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile
index 254fa5c..d14e5f6 100644
--- a/tests/tests2/Makefile
+++ b/tests/tests2/Makefile
@@ -19,7 +19,7 @@ endif
TCC = $(TOP)/tcc $(TCCFLAGS)
-TESTS = $(patsubst %.c,%.test,$(wildcard *.c))
+TESTS = $(patsubst %.c,%.test,$(sort $(wildcard *.c)))
# 34_array_assignment.test -- array assignment is not in C standard
SKIP = 34_array_assignment.test