diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-26 23:40:03 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-27 21:31:33 +0200 |
commit | d6ec836387bc245a17e65f337452c9809bfcdeec (patch) | |
tree | 2391e7d2ef402bd52607b7f88a34a8e96d927497 /configure.ac | |
parent | 5a3b0c4805630ab0d509b54987c284cac16d2de5 (diff) | |
download | coreutils-d6ec836387bc245a17e65f337452c9809bfcdeec.tar.gz coreutils-d6ec836387bc245a17e65f337452c9809bfcdeec.tar.bz2 coreutils-d6ec836387bc245a17e65f337452c9809bfcdeec.zip |
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.ac | 1 |
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 |