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 7f129e8 commit b88daf2Copy full SHA for b88daf2
Makefile
@@ -29,13 +29,13 @@ version:
29
30
test-checks : version
31
$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
32
- -l test/cider-checks.el ./
+ -l test/scripts/cider-checks.el ./
33
34
test-bytecomp : version $(ELS:.el=.elc-test)
35
36
%.elc-test : %.el elpa
37
38
- -l test/cider-bytecomp-warnings.el $<
+ -l test/scripts/cider-bytecomp-warnings.el $<
39
40
test : version build
41
$(CASK) exec buttercup -L . -L ./test/utils/
test/cider-bytecomp-warnings.el renamed to test/scripts/cider-bytecomp-warnings.el
test/cider-checks.el renamed to test/scripts/cider-checks.el
0 commit comments