summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcskksc <ckoparkar@live.in>2016-04-27 17:00:54 +0530
committercskksc <ckoparkar@live.in>2016-04-30 01:50:14 +0530
commitfa0d935f2640de1d16a321e56674f7fcf11aee93 (patch)
tree4f6ad5dc446a0bf46a6283832f8b8092b12cdd5f /Makefile
parent26bb28226136145e41e2eed65d33ed2772b4c5a3 (diff)
[Fix #1650] Migrate cider tests from ert to buttercup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c1c5feac..28d788ce 100644
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,7 @@ test-bytecomp : version $(ELS:.el=.elc-test)
-l test/cider-bytecomp-warnings.el $<
test : version build
- $(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
- $(EMACSFLAGS) \
- -l test/run-tests
+ $(CASK) exec buttercup -L .
.PHONY: clean
clean :