summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4feddcd..c01adc6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -119,7 +119,8 @@ NON_EXEC_IN := doc/quilt.1 doc/README quilt/scripts/patchfns quilt/scripts/utilf
GIT_DESC := $(shell ./git-desc | sed -e 's:^v::')
-TESTS := $(filter-out test/patch-wrapper.test,$(wildcard test/*.test))
+# Tests are sorted to make it easier to compare the results between runs
+TESTS := $(filter-out test/patch-wrapper.test,$(sort $(wildcard test/*.test)))
ifneq ($(PATCH_WRAPPER),)
TESTS += test/patch-wrapper.test
endif