summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-06-09 15:24:17 -0400
committerGlenn Morris <rgm@gnu.org>2015-06-09 15:24:17 -0400
commit898945a27ecc020e6295ffe27b534129267c4f56 (patch)
treea7f63d7af7f4e2467882144f62ba5817fa2c84af /test
parent79344156956891ded1ab79c42e8b4bc467366b3b (diff)
downloademacs-898945a27ecc020e6295ffe27b534129267c4f56.tar.gz
* test/automated/Makefile.in (ELFILES): Sort.
Diffstat (limited to 'test')
-rw-r--r--test/automated/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in
index faf0b3d8339..174b3b6dffe 100644
--- a/test/automated/Makefile.in
+++ b/test/automated/Makefile.in
@@ -93,7 +93,7 @@ WRITE_LOG = > $@ 2>&1 || { stat=ERROR; cat $@; }; echo $$stat: $@
$(emacs) -l ert -l $$loadfile \
-f ert-run-tests-batch-and-exit ${WRITE_LOG}
-ELFILES = $(wildcard ${srcdir}/*.el)
+ELFILES = $(sort $(wildcard ${srcdir}/*.el))
LOGFILES = $(patsubst %.el,%.log,$(notdir ${ELFILES}))
TESTS = ${LOGFILES:.log=}