branch: elpa/buttercup commit 360953bc4edb1de144b4fb5c15d8e2a007489420 Author: Ola Nilsson <ola.nils...@gmail.com> Commit: Ola Nilsson <ola.nils...@gmail.com>
test: Only run tests found in the tests/ directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dddc6f4..5fd4070 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DISTFILES := $(ELISP_FILES) buttercup-pkg.el README.md all: test test: compile - ./bin/buttercup -L . + ./bin/buttercup -L . tests $(EMACS) -batch -L . -l buttercup.el -f buttercup-run-markdown docs/writing-tests.md compile: $(patsubst %.el,%.elc,$(ELISP_FILES))