summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-14 22:10:41 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-14 22:10:41 +0100
commitb5690794cf081773628fa0f1f2b948fd129d5b39 (patch)
treed097d84cc0b110780a0ef2ff6986a6682709f495 /src/Makefile
parentef2b5036b3005f1ce15d146dce72379a9834c56d (diff)
patch 7.4.1090v7.4.1090
Problem: No tests for :hardcopy and related options. Solution: Add test_hardcopy.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 73f8554ead..42c86f30b5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1981,6 +1981,7 @@ test1 \
test_assert \
test_backspace_opt \
test_cdo \
+ test_hardcopy \
test_increment \
test_lispwords \
test_menu \