patch 8.0.0429: options test does not always test everything

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.
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak
index 1a98ebb..406d56a 100644
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -130,4 +130,4 @@
 	@del 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