diff --git a/tests/Makefile.simulation-test b/tests/Makefile.simulation-test index acea7913e..b1cc23b15 100644 --- a/tests/Makefile.simulation-test +++ b/tests/Makefile.simulation-test @@ -27,7 +27,7 @@ TESTS=$(wildcard ??-*.csc) -TESTLOGS=$(patsubst %.csc,%.testlog,$(TESTS)) +TESTLOGS=$(sort $(patsubst %.csc,%.testlog,$(TESTS))) # The random seed to start from BASESEED ?= 1