mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Shortcut to run integration and functional testing without compile check.
This commit is contained in:
parent
c424f2ae5a
commit
c40f41bd6f
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue