summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-27 20:02:41 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-27 20:02:41 +0200
commit622b3568fa1baf07671d31390815fb0a55a99891 (patch)
treebf3b4666404b49c91e95ee2e938e99ecc8a6d3ca /src/Makefile
parent6ca6ca48898750dd55cad13c88a9c1dfd7fdaad5 (diff)
patch 8.2.1305: some tests are still old stylev8.2.1305
Problem: Some tests are still old style. Solution: Convert tests 52 and 70 to new style. (Yegappan Lakshmanan, closes #6544) Fix error in FinishTesting().
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index 9ce61aa018..bbf80d3263 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2310,10 +2310,7 @@ test_libvterm:
# Run individual OLD style test.
# These do not depend on the executable, compile it when needed.
-test1 \
- test42 test49 \
- test52 test59 \
- test70:
+test1 test42 test49 test59:
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
# Run individual NEW style test.