[lttng-dev] [PATCH lttng-tools] Fix: Add test scripts and lists to the distribution package

David Goulet dgoulet at efficios.com
Wed Mar 27 10:39:00 EDT 2013


Merged!

Jérémie Galarneau:
> Signed-off-by: Jérémie Galarneau <jeremie.galarneau at efficios.com>
> ---
>  tests/Makefile.am                         | 3 +++
>  tests/regression/tools/health/Makefile.am | 3 +++
>  tests/utils/Makefile.am                   | 3 ++-
>  tests/utils/tap/Makefile.am               | 2 ++
>  4 files changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 5feaca2..c8a85e0 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -10,3 +10,6 @@ check-am:
>  	./run.sh unit_tests
>  	./run.sh fast_regression
>  endif
> +
> +dist_noinst_SCRIPTS = run.sh unit_tests fast_regression long_regression root_regression with_bindings_regression
> +EXTRA_DIST = run.sh unit_tests fast_regression long_regression root_regression with_bindings_regression
> diff --git a/tests/regression/tools/health/Makefile.am b/tests/regression/tools/health/Makefile.am
> index 94e54df..098fbf4 100644
> --- a/tests/regression/tools/health/Makefile.am
> +++ b/tests/regression/tools/health/Makefile.am
> @@ -36,3 +36,6 @@ health_check_SOURCES = health_check.c $(UTILS)
>  health_check_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
>  		     $(top_builddir)/src/common/libcommon.la
>  endif
> +
> +dist_noinst_SCRIPTS = test_thread_exit test_thread_stall test_tp_fail
> +EXTRA_DIST = test_thread_exit test_thread_stall test_tp_fail
> diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am
> index 4325846..1b362fc 100644
> --- a/tests/utils/Makefile.am
> +++ b/tests/utils/Makefile.am
> @@ -1,3 +1,4 @@
>  SUBDIRS = tap
>  
> -EXTRA_DIST = utils.sh utils.h
> +EXTRA_DIST = utils.sh utils.h test_utils.py
> +dist_noinst_SCRIPTS = utils.sh utils.h test_utils.py
> diff --git a/tests/utils/tap/Makefile.am b/tests/utils/tap/Makefile.am
> index 366f4c4..14cd234 100644
> --- a/tests/utils/tap/Makefile.am
> +++ b/tests/utils/tap/Makefile.am
> @@ -1,2 +1,4 @@
>  lib_LTLIBRARIES = libtap.la
>  libtap_la_SOURCES = tap.c tap.h
> +dist_noinst_SCRIPTS = tap.sh
> +EXTRA_DIST = tap.sh



More information about the lttng-dev mailing list