From db9c22adb9e1843a8b5aafb1d4976adac65eace6 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 25 Apr 2016 05:51:22 -0400 Subject: legacy test: Makefile --- src/nvim/testdir/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 4debdd9acc..82c7cd4de9 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -41,6 +41,7 @@ SCRIPTS := \ # Keep test_alot*.res as the last one, sort the others. NEW_TESTS = \ test_viml.res \ + test_cursor_func.res \ test_alot.res SCRIPTS_GUI := test16.out -- cgit