We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a73db commit 53f71edCopy full SHA for 53f71ed
test/Makefile
@@ -14,10 +14,10 @@ CFLAGS += -I..
14
LDFLAGS = -L..
15
LDLIBS = -lmseed
16
17
-SRCS := $(wildcard *.c)
+SRCS := $(sort $(wildcard *.c))
18
BINS := $(SRCS:%.c=%)
19
20
-TESTS := $(wildcard *.test)
+TESTS := $(sort $(wildcard *.test))
21
TESTOUTS := $(TESTS:%.test=%.test.out)
22
23
# ASCII color coding for test results, green for PASSED and red for FAILED
0 commit comments