From cababd926cd1a91e30e6d3d965a2c007a7cfb2bd Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 2 Mar 2014 17:47:15 +0100 Subject: [PATCH] mon: add mon-test-helpers.sh to EXTRA_DIST Signed-off-by: Loic Dachary --- src/test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.47.3