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: