We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf09df commit 82aefebCopy full SHA for 82aefeb
Makefile
@@ -3,7 +3,7 @@ COMPILED_FILES:=js/vimlparser.js py/vimlparser.py
3
all: $(COMPILED_FILES)
4
5
test: clean_compiled check fast-test
6
-fast-test: checkpy checkvim js/test py/test test/node_position/test_position.out
+fast-test: checkpy checkvim vim/test js/test py/test test/node_position/test_position.out
7
8
js/vimlparser.js: autoload/vimlparser.vim js/jscompiler.vim js/vimlfunc.js
9
scripts/jscompile.sh $< $@
@@ -26,6 +26,7 @@ checkvim: all
26
vint autoload
27
28
vim/test:
29
+ test/run.sh
30
31
js/test: js/vimlparser.js
32
test/run_command.sh node js/vimlparser.js
0 commit comments