Add a Makefile to provide make test

This commit is contained in:
Daniel Hahler
2014-06-15 15:14:40 +02:00
parent 38487bbec8
commit 631d72465a
2 changed files with 21 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
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 $@