summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-11 00:43:05 +0200
committerJim Meyering <jim@meyering.net>2007-09-15 08:40:39 +0200
commiteb3f59b7e1fece055a51ef724c63edac56ab9636 (patch)
treee3a1670f0ebb2dcf6c028693c5b0299b5b344988 /tests/Makefile.am
parent1529be605114dab54f82779babcd0793ec931aa7 (diff)
downloadcoreutils-eb3f59b7e1fece055a51ef724c63edac56ab9636.tar.xz
Move the two tests in tests/sum/ to tests/misc/.
* tests/sum/basic-1: Move this file to ... * tests/misc/sum: ...here. Don't rely on $PROG in env. * tests/sum/sysv: Move this file to ... * tests/misc/sum-sysv: ...here. Adapt it to use test-lib.sh. * tests/misc/Makefile.am (TESTS): Add sum and sum-sysv. * tests/Makefile.am (SUBDIRS): Remove sum. * tests/sum: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/sum/Makefile.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f942dcd91..222dbe61b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -46,7 +46,7 @@ EXTRA_DIST = \
SUBDIRS = \
chgrp chmod chown cp cut dd du head \
install join ln ls ls-2 misc mkdir mv od pr readlink rm rmdir \
- sha1sum shred sort stty sum tac tail tail-2 tee test touch tr \
+ sha1sum shred sort stty tac tail tail-2 tee test touch tr \
uniq wc
## N O T E :: Please do not add new directories.