summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-07 22:33:32 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-07 22:33:32 +0100
commite8512d7fedbddd8d464b2c589e6ba5ab9a41bc78 (patch)
tree40258098e66e89468e1659f62ec70112de269bef /src/testdir/Makefile
parent65408f7dfbd4bb50d740a8b8f2171080571223f2 (diff)
patch 8.0.0429: options test does not always test everythingv8.0.0429
Problem: Options test does not always test everything. Solution: Fix dependency for opt_test.vim. Give a message when opt_test.vim was not found.
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r--src/testdir/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index e44bd5c7ba..d464d67aa6 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -142,5 +142,4 @@ test_gui_init.res: test_gui_init.vim
@rm vimcmd
opt_test.vim: ../option.c gen_opt_test.vim
- $(VIMPROG) -u gen_opt_test.vim --noplugin --not-a-term
-
+ $(VIMPROG) -u gen_opt_test.vim --noplugin --not-a-term ../option.c