Patch 7.4.1555
Problem: List of test targets incomplete.
Solution: Add newly added tests.
Files: src/Makefile
*** ../vim-7.4.1554/src/Makefile 2016-02-27 18:13:05.244593026 +0100
--- src/Makefile 2016-03-13 13:26:19.663135558 +0100
***************
*** 424,430 ****
# NOTE: This may cause threading to be enabled, which has side effects (such
# as using different libraries and debugging becomes more difficult).
# NOTE: Using this together with Perl may cause a crash in initialization.
! # For Python3 support make a symbolic link in /usr/local/bin:
# ln -s python3 python3.1
# If both python2.x and python3.x are enabled then the linking will be via
# dlopen(), dlsym(), dlclose(), i.e. pythonX.Y.so must be available
--- 424,430 ----
# NOTE: This may cause threading to be enabled, which has side effects (such
# as using different libraries and debugging becomes more difficult).
# NOTE: Using this together with Perl may cause a crash in initialization.
! # For Python3 support make a symbolic link in /usr/local/bin:
# ln -s python3 python3.1
# If both python2.x and python3.x are enabled then the linking will be via
# dlopen(), dlsym(), dlclose(), i.e. pythonX.Y.so must be available
***************
*** 1997,2026 ****
--- 1997,2034 ----
# Run individual NEW style test, assuming that Vim was already compiled.
test_arglist \
test_assert \
+ test_assign \
test_backspace_opt \
test_cdo \
test_channel \
test_cursor_func \
test_delete \
test_expand \
+ test_feedkeys \
+ test_file_perm \
test_glob2regpat \
test_hardcopy \
+ test_history \
test_increment \
+ test_join \
test_json \
test_langmap \
test_lispwords \
test_menu \
+ test_packadd \
test_perl \
test_quickfix \
test_reltime \
test_searchpos \
test_set \
test_sort \
+ test_syn_attr \
test_syntax \
test_undolevels \
test_unlet \
test_viminfo \
test_viml \
+ test_visual \
test_alot:
cd testdir; rm -f [email protected] test.log messages; $(MAKE) -f Makefile [email protected]
VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
@if test -f testdir/test.log; then \
*** ../vim-7.4.1554/src/version.c 2016-03-13 13:24:38.968183573 +0100
--- src/version.c 2016-03-13 13:26:50.234817391 +0100
***************
*** 745,746 ****
--- 745,748 ----
{ /* Add new patch number below this line */
+ /**/
+ 1555,
/**/
--
Give a man a computer program and you give him a headache,
but teach him to program computers and you give him the power
to create headaches for others for the rest of his life...
R. B. Forest
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.