From d6ec836387bc245a17e65f337452c9809bfcdeec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 Apr 2008 23:40:03 +0200 Subject: 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. --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf