From bcaa0878d69c2478da9c8d71be16249d1cfee838 Mon Sep 17 00:00:00 2001 From: Jorgen Schaefer Date: Sun, 5 Apr 2015 13:55:58 +0200 Subject: Add buttercup executable to run buttercup tests more easily. Fixes #7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3