1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-14 14:09:35 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-09-22 13:16:48 +00:00
parent 62471a036d
commit 5d461b6c45
2 changed files with 18 additions and 1 deletions
+7 -1
View File
@@ -1,7 +1,13 @@
2001-09-20 Jim Meyering <meyering@lucent.com>
2001-09-22 Jim Meyering <meyering@lucent.com>
* Version 2.0.15.
* tests/od/od-N: New test for the fix of 2001-09-19.
* tests/od/Makefile.am: New file.
* tests/od: New directory.
* tests/Makefile.am (SUBDIRS): Add od.
* configure.in (AC_OUTPUT): Add tests/od/Makefile.
2001-09-19 Paul Eggert <eggert@twinsun.com>
* src/od.c (MAX_ADDRESS_LENGTH, pseudo_offset, format_address,
+11
View File
@@ -0,0 +1,11 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
PATH=`pwd`/../../src:$$PATH
TESTS = od-N