comparison src/Makefile @ 7666:8edd1afaf6b7 v7.4.1132

commit https://github.com/vim/vim/commit/99dbe291f55022bd5166c9c3c7967b8693cd9d1b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 19 13:07:23 2016 +0100 patch 7.4.1132 Problem: Old style tests for the argument list. Solution: Add more new style tests. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jan 2016 13:15:05 +0100
parents 94f34dc2f254
children 21b0a39d13ed
comparison
equal deleted inserted replaced
7665:ccc0c96b2eda 7666:8edd1afaf6b7
1931 ./$$t || exit 1; echo $$t passed; \ 1931 ./$$t || exit 1; echo $$t passed; \
1932 done 1932 done
1933 1933
1934 # Run individual OLD style test, assuming that Vim was already compiled. 1934 # Run individual OLD style test, assuming that Vim was already compiled.
1935 test1 \ 1935 test1 \
1936 test_argument_0count \
1937 test_argument_count \
1938 test_autocmd_option \ 1936 test_autocmd_option \
1939 test_autoformat_join \ 1937 test_autoformat_join \
1940 test_breakindent \ 1938 test_breakindent \
1941 test_changelist \ 1939 test_changelist \
1942 test_charsearch \ 1940 test_charsearch \
1995 test_searchpos \ 1993 test_searchpos \
1996 test_set \ 1994 test_set \
1997 test_sort \ 1995 test_sort \
1998 test_undolevels \ 1996 test_undolevels \
1999 test_unlet \ 1997 test_unlet \
1998 test_viminfo \
2000 test_viml \ 1999 test_viml \
2001 test_alot: 2000 test_alot:
2002 cd testdir; rm -f $@.res test.log messages; $(MAKE) -f Makefile $@.res VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) 2001 cd testdir; rm -f $@.res test.log messages; $(MAKE) -f Makefile $@.res VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
2003 @if test -f testdir/test.log; then \ 2002 @if test -f testdir/test.log; then \
2004 cat testdir/test.log; \ 2003 cat testdir/test.log; \