From: Eric Blake Date: Thu, 17 May 2007 12:38:22 +0000 (+0000) Subject: * modules/closein-tests (Makefile.am): Distribute X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a64cec6c6ad2765b6c6846b5399e69b31df8c4d;p=pspp * modules/closein-tests (Makefile.am): Distribute `test-closein.sh'. --- diff --git a/ChangeLog b/ChangeLog index 22060fc7c9..b0bc1bb291 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-17 Ralf Wildenhues + + * modules/closein-tests (Makefile.am): Distribute + `test-closein.sh'. + 2007-05-17 Bruno Haible * tests/test-printf-posix.output: Renamed from diff --git a/modules/closein-tests b/modules/closein-tests index efadac5f10..989ea477e0 100644 --- a/modules/closein-tests +++ b/modules/closein-tests @@ -11,3 +11,4 @@ Makefile.am: TESTS += test-closein.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' check_PROGRAMS += test-closein +EXTRA_DIST += test-closein.sh