From 2c827cea121555988b2a7e5174d971ba2dcd3f61 Mon Sep 17 00:00:00 2001 From: KillTheMule Date: Fri, 15 Apr 2016 20:07:50 +0200 Subject: Add new style test test_viml.vim to the build --- src/nvim/testdir/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index ec236e72b4..55a49122d5 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -38,7 +38,7 @@ SCRIPTS := \ test_marks.out \ test_match_conceal.out \ -NEW_TESTS = +NEW_TESTS = test_viml.res SCRIPTS_GUI := test16.out -- cgit