diff src/Makefile @ 9642:8cc4dfadfd48 v7.4.2098

commit https://github.com/vim/vim/commit/00b24be454800f544676aa8850fb4378a568901e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 23 22:04:47 2016 +0200 patch 7.4.2098 Problem: Text object tests are old style. Solution: Turn them into new style tests. (James McCoy, closes https://github.com/vim/vim/issues/941)
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Jul 2016 22:15:05 +0200
parents 8f1de7b71199
children 847518911c0b
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -368,6 +368,9 @@ CClink = $(CC)
 # Carbon GUI for Mac OS X
 #CONF_OPT_GUI = --enable-gui=carbon
 
+# Uncomment this line to run an indivisual test with gvim.
+#GUI_TESTARG = GUI_FLAG=-g 
+
 # DARWIN - detecting Mac OS X
 # Uncomment this line when you want to compile a Unix version of Vim on
 # Darwin.  None of the Mac specific options or files will be used.
@@ -2031,7 +2034,6 @@ test1 \
 	test_search_mbyte \
 	test_signs \
 	test_tagcase \
-	test_textobjects \
 	test_utf8 \
 	test_wordcount \
 	test_writefile \
@@ -2112,6 +2114,7 @@ test_arglist \
 	test_syntax \
 	test_tabline \
 	test_tagjump \
+	test_textobjects \
 	test_timers \
 	test_true_false \
 	test_undolevels \