mirror of
https://github.com/frida/tinycc
synced 2024-11-28 10:33:07 +03: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