diff options
author | Eric Blake <ebb9@byu.net> | 2007-05-17 12:38:22 +0000 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2007-05-17 12:38:22 +0000 |
commit | 4a64cec6c6ad2765b6c6846b5399e69b31df8c4d (patch) | |
tree | 028ad37a3622d39fb89572bcfc03dcd632e7d294 | |
parent | 85837d615fc0c092e5ed920e6be187ade121ba39 (diff) | |
download | gnulib-4a64cec6c6ad2765b6c6846b5399e69b31df8c4d.tar.gz |
* modules/closein-tests (Makefile.am): Distribute
`test-closein.sh'.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | modules/closein-tests | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * modules/closein-tests (Makefile.am): Distribute + `test-closein.sh'. + 2007-05-17 Bruno Haible <bruno@clisp.org> * 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 |