From fcc6ba6dd6fe53528aac311cf539450d92995b67 Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Tue, 2 Jan 2018 16:28:28 +0100 Subject: [PATCH] Add new tests to makefile --- tests/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 95a20a8..a7900ab 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -86,7 +86,9 @@ TESTS = test1.sh \ test84.sh \ test85.sh \ test86.sh \ - test87.sh + test87.sh \ + test88.sh \ + test89.sh EXTRA_DIST = $(TESTS) \ test1.out \ @@ -175,6 +177,8 @@ EXTRA_DIST = $(TESTS) \ test84.out \ test85.out \ test86.out \ - test87.out + test87.out \ + test88.out \ + test89.out CLEANFILES = tmp.out