* test/automated/Makefile.in (ELFILES): Sort.
This commit is contained in:
parent
7934415695
commit
898945a27e
1 changed files with 1 additions and 1 deletions
|
@ -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=}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue