commit | b5690794cf081773628fa0f1f2b948fd129d5b39 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 22:10:41 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 22:10:41 2016 +0100 |
tree | d097d84cc0b110780a0ef2ff6986a6682709f495 | |
parent | ef2b5036b3005f1ce15d146dce72379a9834c56d [diff] [blame] |
patch 7.4.1090 Problem: No tests for :hardcopy and related options. Solution: Add test_hardcopy.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index f392451..6af9b84 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -173,6 +173,7 @@ # Keep test_alot.res as the last one, sort the others. NEW_TESTS = test_assert.res \ test_cdo.res \ + test_hardcopy.res \ test_increment.res \ test_quickfix.res \ test_viml.res \