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

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

[elpa] externals/realgud-trepan-ni 6e9cac5 7/9: Travis 7th try


From: Stefan Monnier
Subject: [elpa] externals/realgud-trepan-ni 6e9cac5 7/9: Travis 7th try
Date: Wed, 12 May 2021 18:53:00 -0400 (EDT)

branch: externals/realgud-trepan-ni
commit 6e9cac5e8097018aadf41c88de541168036cc227
Author: rocky <rocky@gnu.org>
Commit: rocky <rocky@gnu.org>

    Travis 7th try
---
 test/Makefile.am | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 00bf71c..860a5c6 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -38,12 +38,15 @@ help:
 test: check
 
 #: same thing as "check-elget"
-test-elget: check-elget
+test-cask: check-cask
 
 test_files := $(wildcard test-*.el)
 
 CHECK_FILES = $(notdir $(test_files:.el=.run))
-EL_GET_CHECK_FILES = $(notdir $(test_files:.el=.elrun))
+
+cask_test_files := test-trepan-ni.inspect.el
+
+EL_GET_CHECK_FILES = $(notdir $(cask_test_files:.el=.elrun))
 
 #: Run all tests
 check: $(CHECK_FILES)
@@ -56,8 +59,8 @@ check-short:
        $(MAKE) check 2>&1  | ruby ../make-check-filter.rb
 
 #: Run all tests with minimum verbosity via el-get
-check-short-elget:
-       $(MAKE) check-elget 2>&1  | ruby ../make-check-filter.rb
+check-short-cask:
+       $(MAKE) check-cask 2>&1  | ruby ../make-check-filter.rb
 
 test-%.run:
        (cd $(top_srcdir)/test && EMACSLOADPATH=$(EMACSLOADPATH) $(EMACS) 
--batch --no-site-file --no-splash --load $(@:.run=.el))



reply via email to

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