Adding new stuff
This commit is contained in:
parent
1f2c9e448a
commit
44142239cd
40 changed files with 16241 additions and 11 deletions
10
vim-plugins/bundle/targets.vim/test/Makefile
Normal file
10
vim-plugins/bundle/targets.vim/test/Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
all:
|
||||
@rm -f *.out
|
||||
@vim -N -u NONE --noplugin -S test.vim
|
||||
@git diff --no-index test1.ok test1.out && echo "test1 OK" || echo "test1 failed"
|
||||
@git diff --no-index test2.ok test2.out && echo "test2 OK" || echo "test2 failed"
|
||||
@git diff --no-index test3.ok test3.out && echo "test3 OK" || echo "test3 failed"
|
||||
@git diff --no-index test4.ok test4.out && echo "test4 OK" || echo "test4 failed"
|
||||
@git diff --no-index test5.ok test5.out && echo "test5 OK" || echo "test5 failed"
|
||||
@git diff --no-index test6.ok test6.out && echo "test6 OK" || echo "test6 failed"
|
||||
@git diff --no-index test7.ok test7.out && echo "test7 OK" || echo "test7 failed"
|
||||
Loading…
Add table
Add a link
Reference in a new issue