summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-01-31 19:30:24 +0100
committerBram Moolenaar <Bram@vim.org>2018-01-31 19:30:24 +0100
commitcada78975eebc47f9b12de1a471639b5afd9ad2f (patch)
treeb568250cd9c3d461c3283f28bdf34c0076d9bac1 /src/Makefile
parent6f361c991221e96d5068c77b854967d997b1529b (diff)
patch 8.0.1447: still too many old style testsv8.0.1447
Problem: Still too many old style tests. Solution: Turn a few tests into new style. (Yegappan Lakshmanan, closes #2509)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index beb0de340b..e0d601cc8e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2101,10 +2101,10 @@ run_message_test: $(MESSAGE_TEST_TARGET)
# These do not depend on the executable, compile it when needed.
test1 \
test_eval \
- test3 test11 test14 test15 test17 \
- test29 test30 test36 test37 test39 \
+ test3 test11 test14 test17 \
+ test29 test30 test37 test39 \
test42 test44 test48 test49 \
- test50 test52 test59 \
+ test52 test59 \
test64 test69 \
test70 test72 \
test85 test86 test87 test88 \