projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7934415
)
* test/automated/Makefile.in (ELFILES): Sort.
author
Glenn Morris
<rgm@gnu.org>
Tue, 9 Jun 2015 19:24:17 +0000
(15:24 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 9 Jun 2015 19:24:17 +0000
(15:24 -0400)
test/automated/Makefile.in
patch
|
blob
|
history
diff --git
a/test/automated/Makefile.in
b/test/automated/Makefile.in
index faf0b3d8339d6ace015a833d885f8ef8b691572f..174b3b6dffe823dd547abed597f06613e7c87a9d 100644
(file)
--- 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=}