Shortcut to run integration and functional testing without compile check.

This commit is contained in:
John Miller 2018-10-13 07:17:44 -05:00
parent c424f2ae5a
commit c40f41bd6f

View file

@ -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