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

Simon Marchi simon.marchi at polymtl.ca
Sat Feb 14 13:49:38 EST 2015


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




More information about the lttng-dev mailing list