commit | 5bbef3194984f175eb12b6efaa04c49a42ab58f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 20:38:05 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 20:38:05 2017 +0100 |
tree | 6c4446fc1541c559fe97b725b7a7ba45c10fb53f | |
parent | 40e280d949fa26e33f69c4bf80ccc0b70f2e13f6 [diff] [blame] |
patch 8.0.1322: textformat test isn't run Problem: Textformat test isn't run. (Yegappan Lakshmanan) Solution: Add target to the list of tests.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index f9998c8..6629222 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -163,6 +163,7 @@ test_tcl.res \ test_terminal.res \ test_terminal_fail.res \ + test_textformat.res \ test_textobjects.res \ test_undo.res \ test_usercommands.res \