commit | f49e240c2def978247fa457aa105bb3024413f7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 15:59:25 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 15:59:25 2015 +0100 |
tree | 48e468360980ba3c2a7d3ca79ef0974961c22f90 | |
parent | c06624661a3aa6642304c06db9cebe553a4cab17 [diff] [blame] |
patch 7.4.1001 Problem: test_viml isn't run. Solution: Include change in makefile.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index d0e277d..bbfae07 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -174,6 +174,7 @@ # Keep test_alot.res as the last one, sort the others. NEW_TESTS = test_assert.res \ test_cdo.res \ + test_viml.res \ test_alot.res