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

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

[elpa] externals/realgud ea6774e 10/72: Travis 7th try


From: Stefan Monnier
Subject: [elpa] externals/realgud ea6774e 10/72: Travis 7th try
Date: Fri, 26 Mar 2021 22:49:04 -0400 (EDT)

branch: externals/realgud
commit ea6774e61f241edfaf04e8607a26cfd3d23de9a1
Author: rocky <rocky@gnu.org>
Commit: rocky <rocky@gnu.org>

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

diff --git a/test/Makefile.am b/test/Makefile.am
index 34352ef..5f06225 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -43,7 +43,10 @@ test-elget: check-elget
 test_files := $(wildcard test-*.el)
 
 CHECK_FILES = $(notdir $(test_files:.el=.run))
-EL_GET_CHECK_FILES = $(notdir $(test_files:.el=.elrun))
+
+travis_test_files := $(wildcard test-[c-z]*.el)
+
+EL_GET_CHECK_FILES = $(notdir $(travis_test_files:.el=.elrun))
 
 #: Run all tests
 check: $(CHECK_FILES)



reply via email to

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