diff src/testdir/Make_all.mak @ 7580:e9c8eacb6760 v7.4.1090

commit https://github.com/vim/vim/commit/b5690794cf081773628fa0f1f2b948fd129d5b39 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 14 22:10:41 2016 +0100 patch 7.4.1090 Problem: No tests for :hardcopy and related options. Solution: Add test_hardcopy.
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Jan 2016 22:15:05 +0100
parents 7df80e470272
children 8fc60af6dbf5
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -173,6 +173,7 @@ SCRIPTS_GUI = test16.out
 # 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 \