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 \