Skip to content

Commit fe6f07a

Browse files
anthonygaleabbatsov
authored andcommitted
[#422] Switch from ert to buttercup.
1 parent dbb2a72 commit fe6f07a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
(development
77
(depends-on "s")
8-
(depends-on "ert-runner"))
8+
(depends-on "buttercup"))

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CASK = cask
22
export EMACS ?= emacs
33
EMACSFLAGS =
4-
TESTFLAGS =
54

65
PKGDIR := $(shell EMACS=$(EMACS) $(CASK) package-directory)
76

@@ -30,7 +29,7 @@ clean:
3029
rm -f $(OBJS)
3130

3231
test: $(PKGDIR)
33-
$(CASK) exec ert-runner $(TESTFLAGS)
32+
$(CASK) exec buttercup -L .
3433

3534
test-checks:
3635
$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \

0 commit comments

Comments
 (0)