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

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

[elpa] master 064074d 08/13: Wrong syntax


From: Rocky Bernstein
Subject: [elpa] master 064074d 08/13: Wrong syntax
Date: Tue, 17 Feb 2015 13:55:21 +0000

branch: master
commit 064074d7dcc8d26d59ab9ceb099b43e6870c58d1
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Wrong syntax
---
 test/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index a812b68..c1139b0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -41,11 +41,12 @@ EL_GET_CHECK_FILES = $(notdir $(test_files:.el=.elrun))
 check: $(CHECK_FILES)
 
 #: Run all tests via el-get
-check-elget: $(EL_GET_CHECK_FILES)
-       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash 
--load test-require-list.el
+check-elget:
+       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash 
--load test-load.el)
+       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash 
--load test-require-list.el)
 # Leave out until we can get dependecies worked out
 # #: Run all tests via el-get
-#check-elget: $(EL_GET_CHECK_FILES)
+#check-elget: $(EL_GET_CHECK_FILES)s
 
 #: Run all tests with minimum verbosity
 check-short:



reply via email to

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