Skip to content

Commit 2a20e36

Browse files
vspinubbatsov
authored andcommitted
Add test-all target
1 parent ee3f3b2 commit 2a20e36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ test-bytecomp : version $(ELS:.el=.elc-test)
4343
test : version build
4444
$(CASK) exec buttercup -L . -L ./test/utils/
4545

46+
test-all : test-checks test-bytecomp test
47+
4648
.PHONY: clean
4749
clean :
4850
rm -f .depend $(OBJECTS)
@@ -56,4 +58,4 @@ elpaclean : clean
5658
$(CASK) build
5759

5860
run-cider: elpa
59-
cask exec emacs -Q -L . --eval "(require 'cider)"
61+
cask exec $(EMACS) -Q -L . --eval "(require 'cider)"

0 commit comments

Comments
 (0)