From e86d8fc3ad286900a259e3278abbda8878426331 Mon Sep 17 00:00:00 2001 From: mes5k Date: Mon, 22 Dec 2003 02:07:03 +0000 Subject: [PATCH] added test --- tests/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 79d1a6b..075b27c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,7 +15,8 @@ TESTS = test1.sh \ test13.sh \ test14.sh \ test15.sh \ - test16.sh + test16.sh \ + test17.sh EXTRA_DIST = $(TESTS) \ test1.out \ @@ -33,5 +34,6 @@ EXTRA_DIST = $(TESTS) \ test13.out \ test14.out \ test15.out \ - test16.out + test16.out \ + test17.out