summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index adf290363..6a7c5a8df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -354,6 +354,5 @@ AC_CONFIG_FILES(
tests/test/Makefile
tests/tr/Makefile
tests/uniq/Makefile
- tests/wc/Makefile
)
AC_OUTPUT