From b157f99179f288e10e1343436ca5499ba56fb21c Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 18 Aug 2014 15:15:30 +0200 Subject: test/Makefile.am: Add missing test We added ical-005 in f3fe3c8 (Gracefully handle all day events in iCal imports, 2014-08-18) but forgot to add entries to the Makefile. Signed-off-by: Lukas Fleischer --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index ed64e1a..fe205a2 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -46,6 +46,7 @@ TESTS = \ ical-002.sh \ ical-003.sh \ ical-004.sh \ + ical-005.sh \ ical-006.sh \ next-001.sh \ search-001.sh \ @@ -108,5 +109,6 @@ EXTRA_DIST = \ data/ical-002.ical \ data/ical-003.ical \ data/ical-004.ical \ + data/ical-005.ical \ data/ical-006.ical \ data/todo -- cgit v1.2.3-54-g00ecf