mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
10 lines
284 B
Makefile
Vendored
10 lines
284 B
Makefile
Vendored
all: build/runVimTests
|
|
build/runVimTests/bin/runVimTests.sh -0 .
|
|
|
|
build/runVimTests: build/VimTAP
|
|
git clone https://github.com/inkarkat/runVimTests $@
|
|
|
|
# Use VimTAP as directory name, as used with runVimTestsSetup.vim.
|
|
build/VimTAP:
|
|
git clone https://github.com/inkarkat/vimtap $@
|