summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index d86a28b..37e0489 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -48,7 +48,7 @@ endef
$(DIR)INDEX: test/Makefile
$(VQ)$(ECHO) " INDEX: Making test index"
$(Q)$(ECHO) "#test desc dir" > $@
- $(foreach XMLTEST,$(ALL_XML_TESTS),$(call write_index,$(XMLTEST)))
+ $(foreach XMLTEST,$(sort $(ALL_XML_TESTS)),$(call write_index,$(XMLTEST)))
TEST_PREREQS := $(TEST_PREREQS) $(DIR)INDEX