From: Simon Marchi Date: Sat, 14 Feb 2015 18:49:38 +0000 (-0500) Subject: Fix running tests out of tree X-Git-Tag: v1.2.6~3 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=99e3ffea2e23cace3d15cb14999d673671273ebb Fix running tests out of tree When building out of tree, make check fails because the "tests" file is not found. Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 8d84b16b..2e307f42 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