Skip to content

Commit 82aefeb

Browse files
committed
fix missing command
1 parent 5cf09df commit 82aefeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COMPILED_FILES:=js/vimlparser.js py/vimlparser.py
33
all: $(COMPILED_FILES)
44

55
test: clean_compiled check fast-test
6-
fast-test: checkpy checkvim js/test py/test test/node_position/test_position.out
6+
fast-test: checkpy checkvim vim/test js/test py/test test/node_position/test_position.out
77

88
js/vimlparser.js: autoload/vimlparser.vim js/jscompiler.vim js/vimlfunc.js
99
scripts/jscompile.sh $< $@
@@ -26,6 +26,7 @@ checkvim: all
2626
vint autoload
2727

2828
vim/test:
29+
test/run.sh
2930

3031
js/test: js/vimlparser.js
3132
test/run_command.sh node js/vimlparser.js

0 commit comments

Comments
 (0)