1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

* test/Makefile.in (SLOW_TESTS): add package-vc-tests (bug#80235)

This commit is contained in:
Mattias Engdegård 2026-01-23 14:34:28 +01:00
parent 29bdba37f2
commit cd8c85c4fd

View file

@ -200,7 +200,8 @@ EXCLUDE_TESTS =
## To speed up parallel builds, put these slow test files (which can
## take longer than all the rest combined) at the start of the list.
SLOW_TESTS = ${srcdir}/lisp/net/tramp-tests.el
SLOW_TESTS = ${srcdir}/lisp/emacs-lisp/package-vc-tests.el \
${srcdir}/lisp/net/tramp-tests.el
ELFILES := $(sort $(shell find ${srcdir} -name manual -prune -o \
-name data -prune -o -name infra -prune -o \