From bdfa7cf2843a339890c59a5cd7df566cfafb6721 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Tue, 20 Feb 2007 21:52:09 +0000 Subject: [PATCH] (check_SCRIPTS): Add test-use-srfi, so that it gets into the distribution. --- test-suite/ChangeLog | 5 +++++ test-suite/standalone/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index db49d807a..94ecef995 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2007-02-20 Neil Jerram + + * standalone/Makefile.am (check_SCRIPTS): Add test-use-srfi, so + that it gets into the distribution. + 2007-01-27 Kevin Ryde * tests/ports.test (port-line): Check not truncated to "int" on 64-bit diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index b95fdd0f9..e41f168c0 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -104,6 +104,7 @@ check_PROGRAMS += test-conversion TESTS += test-conversion # test-use-srfi +check_SCRIPTS += test-use-srfi TESTS += test-use-srfi all-local: