From 1b250cc1247adf6b7427919b9335eeb1e172c0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCnchbach?= Date: Tue, 25 Apr 2023 21:38:53 +0200 Subject: [PATCH] Add test input files to Makefile --- test/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index e1f52128..ad7e2f7f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -277,6 +277,13 @@ dist_noinst_DATA = \ listview_output.4 \ listview_output.5 \ listview_output.6 \ + listview_output_cursor.0 \ + listview_output_cursor.1 \ + listview_output_cursor.2 \ + listview_output_cursor.3 \ + listview_output_cursor.4 \ + listview_output_cursor.5 \ + listview_output_cursor.6 \ log.clog \ logfile_access_log.0 \ logfile_access_log.1 \