From 091ce7f02bae1acd0baf5e35ac2c7a70cffe06ac Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 19 Feb 2015 23:00:02 -0500 Subject: Makefile: Byte compile before tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ecadcd..79ead40 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ help: @printf " test Run tests.\n" .PHONY: test -test: +test: $(main_elc) @$(EMACS) -L . -l bog-tests \ --eval "(ert-run-tests-batch-and-exit '(not (tag interactive)))" -- cgit v1.2.3