We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39af789 + aae5239 commit d4c813dCopy full SHA for d4c813d
t/Makefile
@@ -17,9 +17,9 @@ DEFAULT_TEST_TARGET ?= test
17
# Shell quote;
18
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
19
20
-T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
21
-TSVN = $(wildcard t91[0-9][0-9]-*.sh)
22
-TGITWEB = $(wildcard t95[0-9][0-9]-*.sh)
+T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
+TSVN = $(sort $(wildcard t91[0-9][0-9]-*.sh))
+TGITWEB = $(sort $(wildcard t95[0-9][0-9]-*.sh))
23
24
all: $(DEFAULT_TEST_TARGET)
25
0 commit comments