summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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)