mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
Makefile: add test_coverage
This commit is contained in:
parent
de43970de3
commit
3d21dbe888
7
Makefile
7
Makefile
@ -1,6 +1,13 @@
|
||||
test: build/vader | build
|
||||
vim -Nu test/vimrc -c 'Vader! test/**'
|
||||
|
||||
test_coverage: build/covimerage build/vader | build
|
||||
build/covimerage/bin/covimerage run vim -Nu test/vimrc -c 'Vader! test/**'
|
||||
|
||||
build/covimerage:
|
||||
virtualenv $@
|
||||
. $@/bin/activate && pip install https://github.com/Vimjas/covimerage/archive/develop.zip
|
||||
|
||||
build/vader:
|
||||
git clone --depth 1 https://github.com/junegunn/vader.vim.git $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user