]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix dist package run unit test failed. 1992/head
authorluowei <luowei@yahoo-inc.com>
Thu, 19 Jun 2014 04:00:33 +0000 (04:00 +0000)
committerluowei <luowei@yahoo-inc.com>
Thu, 19 Jun 2014 04:00:33 +0000 (04:00 +0000)
Signed-off-by: Wei Luo <luowei@yahoo-inc.com>
src/test/Makefile.am

index 008542e01ca768cde74b443bdc6b6186cdc72078..6aabe14f5cf776ee5696ade86119ad2c3e06b440 100644 (file)
@@ -245,7 +245,18 @@ check_SCRIPTS += \
 
 EXTRA_DIST += \
        $(srcdir)/test/mon/mon-test-helpers.sh \
-       $(srcdir)/test/osd/osd-test-helpers.sh
+       $(srcdir)/test/osd/osd-test-helpers.sh \
+        $(srcdir)/test/coverage.sh \
+        $(srcdir)/test/erasure-code/test-erasure-code.sh \
+        $(srcdir)/test/mon/osd-pool-create.sh \
+        $(srcdir)/test/mon/misc.sh \
+        $(srcdir)/test/mon/osd-crush.sh \
+        $(srcdir)/test/mon/osd-erasure-code-profile.sh \
+        $(srcdir)/test/mon/mkfs.sh \
+        $(srcdir)/test/ceph-disk.sh \
+        $(srcdir)/test/mon/mon-handle-forward.sh \
+        $(srcdir)/test/vstart_wrapped_tests.sh \
+        $(srcdir)/test/pybind/test_ceph_argparse.py
 
 # target to build but not run the unit tests
 unittests:: $(check_PROGRAMS)