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