summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJorgen Schaefer <contact@jorgenschaefer.de>2015-04-05 13:55:58 +0200
committerJorgen Schaefer <contact@jorgenschaefer.de>2015-04-05 13:55:58 +0200
commitbcaa0878d69c2478da9c8d71be16249d1cfee838 (patch)
tree5d4de3094046c3bfbf1db360761e647d0bb8877b /Makefile
parent3483449d1487a7fc37dea0e9daf4efe3173242d8 (diff)
Add buttercup executable to run buttercup tests more easily.
Fixes #7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5f7909..427d25c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all: test
test:
$(EMACS) -batch -L . -l buttercup.el -f buttercup-run-markdown README.md
- $(EMACS) -batch -L . -l buttercup.el -f buttercup-run-discover
+ ./bin/buttercup -L .
tar:
mkdir -p dist