summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_dos.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-11 17:30:16 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-11 17:30:16 +0100
commitec50401e1e1357a1340b3c92109fd4860e38a8ac (patch)
tree4e2437694f097dc4c34a88f10d3ae5701c048d15 /src/testdir/Make_dos.mak
parent977239ef52763b6e640ac632c53a57ee17e05eaa (diff)
patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723
Problem: Cannot run specific test when in src/testdir the same was as in the src directory. Solution: Move build rule to src/testdir/Makefile.
Diffstat (limited to 'src/testdir/Make_dos.mak')
-rw-r--r--src/testdir/Make_dos.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak
index ebd8dd1c3b..2623fb1279 100644
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -66,7 +66,7 @@ $(TEST_OUTFILES): $(DOSTMP)\$(*B).in
# Must run test1 first to create small.vim.
# This rule must come after the one that copies the input files to dostmp to
# allow for running an individual test.
-$(SCRIPTS) $(SCRIPTS_GUI) $(SCRIPTS_WIN32) $(NEW_TESTS): $(SCRIPTS_FIRST)
+$(SCRIPTS) $(SCRIPTS_GUI) $(SCRIPTS_WIN32) $(NEW_TESTS_RES): $(SCRIPTS_FIRST)
report:
@echo ""
@@ -115,7 +115,7 @@ bench_re_freeze.out: bench_re_freeze.vim
newtests: newtestssilent
@if exist messages (findstr "SKIPPED FAILED" messages > nul) && type messages
-newtestssilent: $(NEW_TESTS)
+newtestssilent: $(NEW_TESTS_RES)
.vim.res:
@echo $(VIMPROG) > vimcmd