From: Jim Meyering Date: Sat, 22 Sep 2001 13:16:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~38 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5d461b6c450257feb2a306ee755636a4b8d0c79e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f9898fcbbe..fa57c608c5 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,13 @@ -2001-09-20 Jim Meyering +2001-09-22 Jim Meyering * 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 * src/od.c (MAX_ADDRESS_LENGTH, pseudo_offset, format_address, diff --git a/tests/od/Makefile.am b/tests/od/Makefile.am new file mode 100644 index 0000000000..632c78025b --- /dev/null +++ b/tests/od/Makefile.am @@ -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