mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
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).
This commit is contained in:
parent
cdc16d428f
commit
d25f67ec12
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user