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:
Po Lu 2025-03-02 19:11:10 +08:00
parent c4232a08f1
commit ecbb080865

View file

@ -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))