diff options
author | Jim Meyering <meyering@redhat.com> | 2010-06-13 16:34:42 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-01-30 20:44:11 +0100 |
commit | f3e78eeff292fcc79814e62d015a271688e0212a (patch) | |
tree | 7f4e9527e35e0c9c85301cf71f9a947cf5dce3f1 /tests | |
parent | a50ca679a16241a2ea930cbeb52ed9ed34c10977 (diff) | |
download | coreutils-f3e78eeff292fcc79814e62d015a271688e0212a.tar.xz |
build: distribute new test script, filefrag-extent-compare
* tests/Makefile.am (EXTRA_DIST): Add filefrag-extent-compare.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 081ae8e34..847f18136 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,6 +10,7 @@ EXTRA_DIST = \ CuTmpdir.pm \ check.mk \ envvar-check \ + filefrag-extent-compare \ init.cfg \ init.sh \ lang-default \ |