Simplify expand_cr a bit and add some to do tests

This commit is contained in:
Israel Chauca Fuentes
2017-02-13 12:12:12 -05:00
parent e48ea9f852
commit b1ff7f7942
4 changed files with 42 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
all: build/runVimTests
build/runVimTests/bin/runVimTests.sh -0 .
time build/runVimTests/bin/runVimTests.sh -0 .
build/runVimTests: build/VimTAP
git clone https://github.com/inkarkat/runVimTests $@
@@ -13,4 +13,4 @@ test_files := $(filter-out _setup.vim,$(wildcard *.vim))
.PHONY: $(test_files)
$(test_files):
build/runVimTests/bin/runVimTests.sh -0 $@
time build/runVimTests/bin/runVimTests.sh -0 $@