summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-19 20:34:57 +0000
committerJim Meyering <jim@meyering.net>2006-08-19 20:34:57 +0000
commitbefcbddff1ef076447acbb8e386eba4a05bbf834 (patch)
treea7eb4eb9387f394b1d8c694ff99f67e0379d2aab /tests/Makefile.am
parente71ebc52131859c7e4b31d136d46041ebaeaf8ba (diff)
downloadcoreutils-befcbddff1ef076447acbb8e386eba4a05bbf834.tar.xz
* tests/Makefile.am (EXTRA_DIST): Add sparse-file.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8a95efdfe..376a2f07b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,7 +16,8 @@ TESTS_ENVIRONMENT = \
EXTRA_DIST = \
$(TESTS) Coreutils.pm Makefile.am.in README acl envvar-check \
expensive group-names input-tty lang-default mk-script priv-check \
- rwx-to-mode sample-test setgid-check umask-check very-expensive
+ rwx-to-mode sample-test setgid-check sparse-file \
+ umask-check very-expensive
## N O T E :: Please do not add new tests/ directories.
## Some people feel that there are too many already.