aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-06-09 15:24:17 -0400
committerGlenn Morris2015-06-09 15:24:17 -0400
commit898945a27ecc020e6295ffe27b534129267c4f56 (patch)
treea7f63d7af7f4e2467882144f62ba5817fa2c84af
parent79344156956891ded1ab79c42e8b4bc467366b3b (diff)
downloademacs-898945a27ecc020e6295ffe27b534129267c4f56.tar.gz
emacs-898945a27ecc020e6295ffe27b534129267c4f56.zip
* test/automated/Makefile.in (ELFILES): Sort.
-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: $@
93 $(emacs) -l ert -l $$loadfile \ 93 $(emacs) -l ert -l $$loadfile \
94 -f ert-run-tests-batch-and-exit ${WRITE_LOG} 94 -f ert-run-tests-batch-and-exit ${WRITE_LOG}
95 95
96ELFILES = $(wildcard ${srcdir}/*.el) 96ELFILES = $(sort $(wildcard ${srcdir}/*.el))
97LOGFILES = $(patsubst %.el,%.log,$(notdir ${ELFILES})) 97LOGFILES = $(patsubst %.el,%.log,$(notdir ${ELFILES}))
98TESTS = ${LOGFILES:.log=} 98TESTS = ${LOGFILES:.log=}
99 99