summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTommi Virtanen <tv@hq.newdream.net>2011-01-13 12:49:55 -0800
committerTommi Virtanen <tv@hq.newdream.net>2011-01-14 15:24:47 -0800
commitd8073c8bf7c5f888a3cfb5356dc88f5af6f20008 (patch)
tree566f967b2471f87660c677f9e33da1c5029306fb /Makefile.am
parent52e1edb0212ad8ae6f8a5c6095acbfe397c823f0 (diff)
downloadceph-d8073c8bf7c5f888a3cfb5356dc88f5af6f20008.tar.gz
Include run-cli-tests in release tarball.
Found by "make distcheck".
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 46c1a1a5500..40e9d59d42f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,7 @@ EXTRA_DIST = autogen.sh ceph.spec.in
SUBDIRS = . src man
+EXTRA_DIST += src/test/run-cli-tests
check-local:
# Build gtest before we build our own tests. Doing this instead
# of SUBDIRS because with that, gtest's own tests would be run