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:
parent
29bdba37f2
commit
cd8c85c4fd
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue