diff --git a/Makefile b/Makefile index 33279fa..aae9cb8 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ test-compile: clean ! ( cask build 2>&1 | awk '{if (/^ /) { gsub(/^ +/, " ", $$0); printf "%s", $$0 } else { printf "\n%s", $$0 }}' | egrep "not known|Error|free variable" ) -cask clean-elc +.PHONY: test-no-build +test-no-build: test-unit test-int + .PHONY: test test: test-compile test-unit test-int