Simplify makefiles.

This commit is contained in:
Israel Chauca Fuentes
2017-02-04 20:19:16 -05:00
parent 6f1a9d00af
commit 2335c4ae27
2 changed files with 12 additions and 75 deletions

View File

@@ -7,3 +7,10 @@ build/runVimTests: build/VimTAP
# Use VimTAP as directory name, as used with runVimTestsSetup.vim.
build/VimTAP:
git clone https://github.com/inkarkat/vimtap $@
test_files := $(filter-out _setup.vim,$(wildcard *.vim))
.PHONY: $(test_files)
$(test_files):
build/runVimTests/bin/runVimTests.sh -0 $@