From 39555dc8c4551b76bc013444a59a5362c3835902 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 25 Dec 2015 08:34:07 -0500 Subject: [PATCH] test: Makefile: add legacy cdo test --- src/nvim/testdir/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 8c3e99c624..1a414a8847 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -29,6 +29,7 @@ SCRIPTS := test_eval.out \ test_charsearch.out \ test_close_count.out \ test_command_count.out \ + test_cdo.out \ SCRIPTS_GUI := test16.out