[lttng-dev] [PATCH babeltrace] Fix running tests out of tree

Jérémie Galarneau jeremie.galarneau at efficios.com
Thu Feb 19 15:01:58 EST 2015


Merged, thanks!

Jérémie

On Sat, Feb 14, 2015 at 1:49 PM, Simon Marchi <simon.marchi at polymtl.ca>
wrote:

> When building out of tree, make check fails because the "tests" file is
> not found.
>
> Signed-off-by: Simon Marchi <simon.marchi at polymtl.ca>
> ---
>  tests/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 8d84b16..2e307f4 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -21,4 +21,4 @@ clean-local:
>         fi
>
>  check-am:
> -       ./run.sh tests
> +       ./run.sh $(srcdir)/tests
> --
> 2.3.0
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20150219/9fe81300/attachment.html>


More information about the lttng-dev mailing list