]> code.delx.au - gnu-emacs/commitdiff
Exclude manual tests from Makefile
authorPhillip Lord <phillip.lord@russet.org.uk>
Tue, 24 Nov 2015 22:25:11 +0000 (22:25 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Tue, 24 Nov 2015 22:25:11 +0000 (22:25 +0000)
 * test/Makefile.in:

test/Makefile.in

index 3343f729bf6ff184e4e4f353cc1420e58bc22155..ee11a0b7a30e4549aa83fda35e7dc8548794cec5 100644 (file)
@@ -99,8 +99,9 @@ WRITE_LOG = > $@ 2>&1 || { stat=ERROR; cat $@; }; echo $$stat: $@
        $(emacs) -l ert -l $$loadfile \
          -f ert-run-tests-batch-and-exit ${WRITE_LOG}
 
-ELFILES = $(sort $(wildcard ${srcdir}/*.el) $(wildcard ${srcdir}/*/*.el) \
-       $(wildcard ${srcdir}/*/*/*.el) $(wildcard ${srcdir}/*/*/*/*.el))
+ELFILES = $(filter-out ./manual%,\
+       $(sort $(wildcard ${srcdir}/*.el) $(wildcard ${srcdir}/*/*.el) \
+       $(wildcard ${srcdir}/*/*/*.el) $(wildcard ${srcdir}/*/*/*/*.el)))
 LOGFILES = $(patsubst %.el,%.log,${ELFILES})
 TESTS = $(subst ${srcdir}/,,$(LOGFILES:.log=))