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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user