summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-27 18:00:34 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-27 18:00:34 +0200
commitc6b37db1ba704455daa8f9e78bc1c2492fb81f40 (patch)
treeefcf0a80525a0fc79ae3f5b9f24ba0330f51ee1e /src/Makefile
parente13a3901cae0afb4d2af30d497696af08029fd81 (diff)
patch 8.1.1214: old style testsv8.1.1214
Problem: Old style tests. Solution: Move tests from test14 to new style test files. (Yegappan Lakshmanan, closes #4308)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 0e719ea12f..3692e18d63 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2175,7 +2175,7 @@ test_libvterm:
# These do not depend on the executable, compile it when needed.
test1 \
test_eval \
- test3 test14 test17 \
+ test3 test17 \
test29 test30 test37 test39 \
test42 test44 test48 test49 \
test52 test59 \