Skip to content

Commit aa2f2eb

Browse files
committed
Update make test
1 parent 41fbf3a commit aa2f2eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ CASK ?= cask
55

66
DOCSTR-FILES := docstr.el docstr-util.el docstr-writers.el $(wildcard clients/*.el)
77

8-
TEST-FILES := test/windows-bootstrap.el test/test-helper.el \
9-
$(shell ls test/docstr-*.el)
8+
TEST-FILES := test/bootstrap.el $(shell ls test/docstr-*.el)
109
LOAD-FILE = -l $(test-file)
1110
LOAD-TEST-FILES := $(foreach test-file, $(TEST-FILES), $(LOAD-FILE))
1211

0 commit comments

Comments
 (0)