From: Loic Dachary Date: Sun, 2 Mar 2014 16:47:15 +0000 (+0100) Subject: mon: add mon-test-helpers.sh to EXTRA_DIST X-Git-Tag: v0.78~105^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cababd926cd1a91e30e6d3d965a2c007a7cfb2bd;p=ceph.git mon: add mon-test-helpers.sh to EXTRA_DIST Signed-off-by: Loic Dachary --- diff --git a/src/test/Makefile.am b/src/test/Makefile.am index fd7a3fe4e15d..083a8ffc0ba0 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -241,6 +241,9 @@ check_SCRIPTS += \ test/mon/mon-handle-forward.sh \ test/vstart_wrapped_tests.sh +EXTRA_DIST += \ + $(srcdir)/test/mon/mon-test-helpers.sh + # target to build but not run the unit tests unittests:: $(check_PROGRAMS)