summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-26 12:52:59 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-26 12:52:59 +0200
commit7d40b8a532fa2ce768f200ab118870d17875a7fe (patch)
tree4910e2178308753bee7a5629cc57fb098371e7e3 /src/Makefile
parent37394ff75270877a032422abcd079a6732a29730 (diff)
patch 8.2.1295: tests 44 and 99 are old stylev8.2.1295
Problem: Tests 44 and 99 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #6536)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 8ac7dc58be..9ce61aa018 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2311,10 +2311,9 @@ test_libvterm:
# Run individual OLD style test.
# These do not depend on the executable, compile it when needed.
test1 \
- test42 test44 test49 \
+ test42 test49 \
test52 test59 \
- test70 \
- test99:
+ test70:
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
# Run individual NEW style test.