summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-19 13:07:23 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-19 13:07:23 +0100
commit99dbe291f55022bd5166c9c3c7967b8693cd9d1b (patch)
tree23015355edf9df981b590f59b0cb34b93922dade /src/Makefile
parentb20e334859334be35de4b295023a2b49bdabbfa9 (diff)
downloadvim-git-99dbe291f55022bd5166c9c3c7967b8693cd9d1b.tar.gz
patch 7.4.1132v7.4.1132
Problem: Old style tests for the argument list. Solution: Add more new style tests. (Yegappan Lakshmanan)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 7b0cd297f..f930834fa 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1933,8 +1933,6 @@ unittest unittests: $(UNITTEST_TARGETS)
# Run individual OLD style test, assuming that Vim was already compiled.
test1 \
- test_argument_0count \
- test_argument_count \
test_autocmd_option \
test_autoformat_join \
test_breakindent \
@@ -1997,6 +1995,7 @@ test_arglist \
test_sort \
test_undolevels \
test_unlet \
+ test_viminfo \
test_viml \
test_alot:
cd testdir; rm -f $@.res test.log messages; $(MAKE) -f Makefile $@.res VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)