summaryrefslogtreecommitdiff
path: root/tests/misc/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-06-25 18:26:09 +0000
committerJim Meyering <jim@meyering.net>2006-06-25 18:26:09 +0000
commitcc705714016dae0b64e50f535f8c2db284a83f80 (patch)
treed49898d58951ebcef2d4969be7d65ef2a5f49dd7 /tests/misc/Makefile.am
parentb2657ecc6a8193a862991bfb08cdc91c6cc5cb91 (diff)
downloadcoreutils-cc705714016dae0b64e50f535f8c2db284a83f80.tar.xz
* NEWS: wc accepts a new option --files0-from=FILE, where FILE
contains a list of NUL-separated file names. * src/wc.c: Include "readtokens.h". (usage): Describe the new option, and adjust the `Usage': with this option, no FILE may be specified on the command line. (main): Handle the new option. * tests/misc/wc-files0: New tests, for the above. * tests/misc/wc-files0-from: Likewise. * tests/misc/Makefile.am (TESTS): Add wc-files0.
Diffstat (limited to 'tests/misc/Makefile.am')
-rw-r--r--tests/misc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am
index 696b9fdc1..7fe077def 100644
--- a/tests/misc/Makefile.am
+++ b/tests/misc/Makefile.am
@@ -18,6 +18,8 @@ TESTS_ENVIRONMENT = \
# will execute the test script rather than the standard utility.
TESTS = \
+ wc-files0-from \
+ wc-files0 \
cat-proc \
base64 \
basename \