mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-03-06 15:14:29 +08:00
Simplify expand_cr a bit and add some to do tests
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user