Skip to content

Commit

Permalink
Try adding back more test for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Sep 12, 2019
1 parent 8064615 commit 267f3dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/Makefile.am
Expand Up @@ -43,11 +43,7 @@ test-elget: check-elget
test_files := $(wildcard test-*.el)

CHECK_FILES = $(notdir $(test_files:.el=.run))

# There is a big in the Travis setup where
travis_test_files := $(wildcard test-[c-r,t-z]*.el)

EL_GET_CHECK_FILES = $(notdir $(travis_test_files:.el=.elrun))
EL_GET_CHECK_FILES = $(notdir $(test_files:.el=.elrun))

#: Run all tests
check: $(CHECK_FILES)
Expand Down

0 comments on commit 267f3dc

Please sign in to comment.