]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 22 Sep 2001 13:16:48 +0000 (13:16 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 Sep 2001 13:16:48 +0000 (13:16 +0000)
old/textutils/ChangeLog
tests/od/Makefile.am [new file with mode: 0644]

index f9898fcbbe82c4e712edab73d83e79f81f0f4bdd..fa57c608c5c5e34ed18f0cda0a84b7f661e4e8d6 100644 (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,
diff --git a/tests/od/Makefile.am b/tests/od/Makefile.am
new file mode 100644 (file)
index 0000000..632c780
--- /dev/null
@@ -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