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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3-54-g00ecf