emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/standard-test-location 290c4b4 3/4: Exclude manual


From: Phillip Lord
Subject: [Emacs-diffs] feature/standard-test-location 290c4b4 3/4: Exclude manual tests from Makefile
Date: Tue, 24 Nov 2015 22:36:51 +0000

branch: feature/standard-test-location
commit 290c4b42e0ce14b9bc929f68fa8d517c83acf177
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Exclude manual tests from Makefile
    
     * test/Makefile.in:
---
 test/Makefile.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 3343f72..ee11a0b 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -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=))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]