diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-22 14:20:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-22 14:20:27 +0000 |
commit | f6c32178c78fe08f2b09e4629159431393a0f471 (patch) | |
tree | 3fd60cbf24c050ec03318e91bba73c7ccf86bd52 | |
parent | ff5cd3f6a3da5b7a0e9482b646f7ace3c86ecdc5 (diff) | |
download | coreutils-f6c32178c78fe08f2b09e4629159431393a0f471.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8e0b7c844..76ae95c56 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,20 @@ +Sun Dec 22 08:11:27 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * tests/md5sum-test/Makefile.am: Use same framework as other tests. + * tests/md5sum-test/Test.pm: New file. + Sat Dec 21 20:32:58 1996 Jim Meyering <meyering@na-net.ornl.gov> + * tests/Makefile.am (EXTRA_DIST): Add README and Makefile.am.in. + + * tests/Makefile.am.in: New file. + + * tests/sort-test/Makefile.am: Clone the Makefile.am from join-test. + Replace only the definition of $x and the auto-generated lists of + test files. + * tests/cut-test/Makefile.am: Likewise. + * tests/tr-test/Makefile.am: Likewise. + * tests/join-test/Makefile.am: Add @MAINT@-protected rule for verifying that Makefile.am is consistent with Test.pm. |