From 6f88dca92d24d91414a43f7e765e02abd89d779d Mon Sep 17 00:00:00 2001 From: watiko Date: Tue, 12 Jan 2016 15:05:03 +0900 Subject: tests: Migrate legacy test cdo. --- src/nvim/testdir/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/testdir/Makefile') diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index c4605fe6b4..bc245b21f4 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -30,7 +30,7 @@ SCRIPTS := test_eval.out \ test_close_count.out \ test_command_count.out \ -NEW_TESTS = test_cdo.res +NEW_TESTS = SCRIPTS_GUI := test16.out -- cgit