emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 183/287: Split out ert


From: Matthew Fidler
Subject: [elpa] 183/287: Split out ert
Date: Wed, 02 Jul 2014 14:45:49 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit b6af0e33e1c240955076bc6150c3426ceea1c956
Author: Matthew L. Fidler <address@hidden>
Date:   Sat Jun 21 15:16:08 2014 -0500

    Split out ert
---
 Makefile |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index a65a8fe..36999c7 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,9 @@ EMACS=emacs
 
 EMACS_CLEAN=-Q
 EMACS_BATCH=$(EMACS_CLEAN) --batch
-#TESTS=ergoemacs-test-sh
-TESTS=ergoemacs-
+TESTS=ergoemacs-test-apps-copy
+#TESTS=ergoemacs-test-issue-184-paste
+#TESTS=ergoemacs-
 
 CURL=curl --silent
 TMP1=$(shell pwd)
@@ -39,7 +40,9 @@ test-autoloads : autoloads
 test-travis :
        @if test -z "$$TRAVIS" && test -e $(TRAVIS_FILE); then travis-lint 
$(TRAVIS_FILE); fi
 
-test : build test-dep-1 test-autoloads
+test : build test-dep-1 test-autoloads ert
+
+ert :
        $(EMACS) $(EMACS_BATCH) -L . -L .. -l cl -l ergoemacs-mode -l 
ergoemacs-test --eval \
            "(progn                                          \
              (fset 'ert--print-backtrace 'ignore)           \



reply via email to

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