Exclude files under `infra' from automatic testing
* test/Makefile.in (ELFILES): Exclude files within `infra'. Reported by Stefan Kangas <skangas@gmail.com>.
This commit is contained in:
parent
c4232a08f1
commit
ecbb080865
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ EXCLUDE_TESTS =
|
|||
SLOW_TESTS = ${srcdir}/lisp/net/tramp-tests.el
|
||||
|
||||
ELFILES := $(sort $(shell find ${srcdir} -name manual -prune -o \
|
||||
-name data -prune -o \
|
||||
-name data -prune -o -name infra -prune -o \
|
||||
-name "*resources" -prune -o \
|
||||
${maybe_exclude_module_tests} \
|
||||
-name "*.el" ! -name ".*" -print))
|
||||
|
|
Loading…
Add table
Reference in a new issue