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 dbb2a72 commit fe6f07aCopy full SHA for fe6f07a
Cask
@@ -5,4 +5,4 @@
5
6
(development
7
(depends-on "s")
8
- (depends-on "ert-runner"))
+ (depends-on "buttercup"))
Makefile
@@ -1,7 +1,6 @@
1
CASK = cask
2
export EMACS ?= emacs
3
EMACSFLAGS =
4
-TESTFLAGS =
PKGDIR := $(shell EMACS=$(EMACS) $(CASK) package-directory)
@@ -30,7 +29,7 @@ clean:
30
29
rm -f $(OBJS)
31
32
test: $(PKGDIR)
33
- $(CASK) exec ert-runner $(TESTFLAGS)
+ $(CASK) exec buttercup -L .
34
35
test-checks:
36
$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
0 commit comments