test1.in is not a test and it must be run always

test1.in generates files like small.vim, tiny.vim, mbyte.vim, mzscheme.vim,
lua.vim which are then used by other tests. So it must be run always.
This commit is contained in:
ZyX 2014-06-14 19:41:29 +04:00 committed by John Szakmeister
parent b0641510b6
commit 24a08b32ab

View File

@ -8,7 +8,7 @@ VIMPROG := ../../../build/bin/nvim
SCRIPTS := test_autoformat_join.out \
test_eval.out \
test1.out test2.out test3.out test4.out test5.out \
test2.out test3.out test4.out test5.out \
test6.out test7.out test8.out test9.out test10.out \
test11.out test12.out test13.out test14.out test15.out \
test17.out test18.out test19.out test20.out \
@ -80,7 +80,9 @@ report:
echo ALL DONE; \
fi"
$(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG)
test1.out: $(VIMPROG)
$(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG) test1.out
RM_ON_RUN := test.out X* viminfo
RM_ON_START := tiny.vim small.vim mbyte.vim mzscheme.vim lua.vim test.ok