aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests2/Makefile')
-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