aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-04-28 02:55:13 -0400
committerJustin M. Keyes <justinkz@gmail.com>2019-04-28 08:55:13 +0200
commit070d9261b69364b0692a35c4b78b408562265ce1 (patch)
treeb8ab2135d42525505fae60b7516b243f8ebd7947 /src/nvim/testdir/Makefile
parentf86f0a8bc7a291ef4bfedb33c5a7a6ba3b525e7c (diff)
downloadrneovim-070d9261b69364b0692a35c4b78b408562265ce1.tar.gz
rneovim-070d9261b69364b0692a35c4b78b408562265ce1.tar.bz2
rneovim-070d9261b69364b0692a35c4b78b408562265ce1.zip
test/old: remove test16 (#9949)
Vim replaced it with a test in test_gui.vim, N/A for Neovim.
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 56b7b99c1b..2535a51b88 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -49,8 +49,6 @@ NEW_TESTS_IGNORE := $(NEW_TESTS_IN_ALOT) $(NEW_TESTS_ALOT) \
NEW_TESTS ?= $(addsuffix .res,$(sort $(filter-out $(NEW_TESTS_IGNORE),$(basename $(notdir $(wildcard test_*.vim))))) $(NEW_TESTS_ALOT))
-SCRIPTS_GUI := test16.out
-
ifdef VALGRIND_GDB
VGDB := --vgdb=yes \
@@ -82,8 +80,6 @@ endif
nongui: nolog $(SCRIPTS) newtests report
-gui: nolog $(SCRIPTS) $(SCRIPTS_GUI) newtests report
-
.gdbinit:
@echo "[OLDTEST-PREP] Setting up .gdbinit"
@echo 'set $$_exitcode = -1\nrun\nif $$_exitcode != -1\n quit\nend' > .gdbinit
@@ -101,7 +97,7 @@ report:
test1.out: $(NVIM_PRG)
-$(SCRIPTS) $(SCRIPTS_GUI): $(NVIM_PRG) test1.out
+$(SCRIPTS): $(NVIM_PRG) test1.out
RM_ON_RUN := test.out X* viminfo
RM_ON_START := test.ok