comparison src/Makefile @ 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 80bc36419c21
comparison
equal deleted inserted replaced
7579:27ce584f5bbb 7580:e9c8eacb6760
1979 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) 1979 cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
1980 1980
1981 test_assert \ 1981 test_assert \
1982 test_backspace_opt \ 1982 test_backspace_opt \
1983 test_cdo \ 1983 test_cdo \
1984 test_hardcopy \
1984 test_increment \ 1985 test_increment \
1985 test_lispwords \ 1986 test_lispwords \
1986 test_menu \ 1987 test_menu \
1987 test_quickfix \ 1988 test_quickfix \
1988 test_searchpos \ 1989 test_searchpos \