summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-05-03 06:21:48 +0200
committerJim Meyering <meyering@redhat.com>2009-05-03 12:03:50 +0200
commit59e8a5e2b28561ee6fcf070b058b787a8fe247d5 (patch)
tree3d4c0cd6218677e072449b84d29fe3a85985f414 /tests/Makefile.am
parent40d50b821fa2e966de02ae17b11d02df339ec8cb (diff)
downloadcoreutils-59e8a5e2b28561ee6fcf070b058b787a8fe247d5.tar.xz
tests: add tests of e.g., date -d 'next monday'
* tests/misc/date-next-dow: New file. * tests/Makefile.am (TESTS): Add misc/date-next-dow. * gnulib: Update submodule to latest, for getdate.y that handles "next Monday" properly when run on a Monday.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 61a64a12e..7fe74c0c3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -133,6 +133,7 @@ TESTS = \
tail-2/tail-n0f \
misc/ls-misc \
misc/date \
+ misc/date-next-dow \
misc/ptx-overrun \
misc/xstrtol \
misc/od \