diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 84f2fa85060..3c128e58b5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ EXTRA_DIST = autogen.sh ceph.spec.in SUBDIRS = . src man -EXTRA_DIST += src/test/run-cli-tests +EXTRA_DIST += \ + src/test/run-cli-tests \ + src/test/downloads 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 |