We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fbf3a commit aa2f2ebCopy full SHA for aa2f2eb
Makefile
@@ -5,8 +5,7 @@ CASK ?= cask
5
6
DOCSTR-FILES := docstr.el docstr-util.el docstr-writers.el $(wildcard clients/*.el)
7
8
-TEST-FILES := test/windows-bootstrap.el test/test-helper.el \
9
- $(shell ls test/docstr-*.el)
+TEST-FILES := test/bootstrap.el $(shell ls test/docstr-*.el)
10
LOAD-FILE = -l $(test-file)
11
LOAD-TEST-FILES := $(foreach test-file, $(TEST-FILES), $(LOAD-FILE))
12
0 commit comments