summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-26 23:40:03 +0200
committerJim Meyering <meyering@redhat.com>2008-04-27 21:31:33 +0200
commitd6ec836387bc245a17e65f337452c9809bfcdeec (patch)
tree2391e7d2ef402bd52607b7f88a34a8e96d927497 /tests/Makefile.am
parent5a3b0c4805630ab0d509b54987c284cac16d2de5 (diff)
downloadcoreutils-d6ec836387bc245a17e65f337452c9809bfcdeec.tar.xz
move wc tests from own subdir into a single script
* configure.ac (AC_CONFIG_FILES): Remove wc/Makefile from the list. * tests/Makefile.am (SUBDIRS): Remove wc from the list. (TESTS): Add misc/wc. * tests/misc/wc: New file, derived from tests/wc/Tests.pm. * tests/wc/Test.pm: Remove file.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 785e4386d..8dde07e8c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,7 +25,7 @@ EXTRA_DIST = \
## N O T E :: Do not add more names to this list.
## N O T E :: Even these are expected to go away.
-SUBDIRS = cut head join pr sort tac tail test tr uniq wc
+SUBDIRS = cut head join pr sort tac tail test tr uniq
root_tests = \
chown/basic \
@@ -141,6 +141,7 @@ TESTS = \
misc/chcon-fail \
misc/selinux \
misc/cut \
+ misc/wc \
misc/wc-files0-from \
misc/wc-files0 \
misc/cat-proc \