-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,
--- /dev/null
+## 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