From: Simon Marchi Date: Sat, 14 Feb 2015 18:49:38 +0000 (-0500) Subject: Fix running tests out of tree X-Git-Tag: v2.0.0-pre1~1346 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=90c487a9d786566cbc380d88d526caa022ccc3b7 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