summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-30 16:31:50 -0600
committerEric Blake <eblake@redhat.com>2010-10-01 10:43:25 -0600
commitabe5c1f9bc09753fd79e7a121c8ecfa917dfaddb (patch)
treec12acdcacbb247f0a12c518c1c5529ac6b989f19 /tests/Makefile.am
parent1129cb58bae34419e1b8bebbe1bb0a7ec9a9cca7 (diff)
downloadcoreutils-abe5c1f9bc09753fd79e7a121c8ecfa917dfaddb.tar.xz
stat: support printing birthtime
* src/stat.c (print_stat): New %w and %W formats. (do_stat): Include %w in default format. (usage): Document new specifiers. * doc/coreutils.texi (stat invocation): Likewise. * NEWS: Likewise.
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 3236637c6..a6a0594b8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -239,6 +239,7 @@ TESTS = \
misc/split-a \
misc/split-fail \
misc/split-l \
+ misc/stat-birthtime \
misc/stat-fmt \
misc/stat-hyphen \
misc/stat-mount \