mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-08-12 02:42:34 +08:00
Add a Makefile to provide make test
This commit is contained in:
@@ -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 $@
|
||||
Reference in New Issue
Block a user