X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tests%2FMakefile;h=81aa23be0904379f02230518d21d63cec055a677;hb=456aa3d7b6700f3ecbbeaec039c7ea6ecd54db38;hp=16a1d54e3b238a55b37e3f68de8a821be64779c8;hpb=5b28397739d6febe6f65455e5ab3004a5d4363c8;p=open-adventure.git diff --git a/tests/Makefile b/tests/Makefile index 16a1d54..81aa23b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -26,7 +26,7 @@ listcheck: # General regression testing of commands and output; look at the *.log and # corresponding *.chk files to see which tests this runs. -TESTLOADS := $(shell ls -1 *.log | sed '/.log/s///') +TESTLOADS := $(shell ls -1 *.log | sed '/.log/s///' | sort) buildregress: @for file in $(TESTLOADS); do \ echo "Remaking $${file}.chk"; \