| 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/Makefile b/src/Makefile index 73f8554..42c86f3 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -1981,6 +1981,7 @@ test_assert \ test_backspace_opt \ test_cdo \ + test_hardcopy \ test_increment \ test_lispwords \ test_menu \