aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/testdir/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index a7f9dd8fa1..db88755a01 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -30,8 +30,10 @@ SCRIPTS := test_autoformat_join.out \
test91.out test92.out test93.out test94.out test95.out \
test96.out test97.out test98.out test99.out test100.out \
test101.out test102.out test103.out test104.out test105.out \
- test106.out test107.out \
- test_options.out
+ test106.out test107.out \
+ test_options.out \
+ test_listlbr.out test_listlbr_utf8.out \
+ test_breakindent.out
SCRIPTS_GUI := test16.out