summaryrefslogtreecommitdiff
path: root/tests/misc/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-08 08:57:42 +0200
committerJim Meyering <jim@meyering.net>2007-09-15 08:40:38 +0200
commita0cbaa4fc80a6b75b4f3b09f46a05702449fd7e4 (patch)
treee7ad84fe323c2a3e09aa704edee02cea744a1203 /tests/misc/Makefile.am
parentaa3a727dc021bc23817957b0f8daec284a617df0 (diff)
downloadcoreutils-a0cbaa4fc80a6b75b4f3b09f46a05702449fd7e4.tar.xz
Move the two tests in tests/fmt to tests/misc/fmt.
* tests/fmt/basic: Move this file to ... * tests/misc/fmt: ...here. Don't rely on $PROG in env. * tests/fmt/long-line: Move this file to ... * tests/misc/fmt-long-line: ...here. * tests/misc/Makefile.am (TESTS): Add fmt. * tests/Makefile.am (SUBDIRS): Remove fmt. * tests/fmt: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/fmt/Makefile
Diffstat (limited to 'tests/misc/Makefile.am')
-rw-r--r--tests/misc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am
index b23785847..faf9e49da 100644
--- a/tests/misc/Makefile.am
+++ b/tests/misc/Makefile.am
@@ -69,6 +69,8 @@ TESTS = \
expr \
factor \
false-status \
+ fmt \
+ fmt-long-line \
fold \
groups-version \
head-c \