git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4205 4a8a32a2...
[fw/sdcc] / support / regression / Makefile.in
index 5866ce6f445fd3e51ac11eaf9d5c27baeff43834..e03728959919057bb4835fb8f9450784c45e0d33 100644 (file)
@@ -134,7 +134,7 @@ test-host2:
 
 # Begin per-port rules
 # List of all of the known source test suites.
-ALL_TESTS = $(shell find $(TESTS_DIR) -name "*.c")
+ALL_TESTS = $(shell find $(TESTS_DIR) -name "*.c" | sort)
 
 # Intermediate directory
 PORT_CASES_DIR = $(CASES_DIR)/$(PORT)