When building out of tree, make check fails because the "tests" file is
not found.

Signed-off-by: Simon Marchi <[email protected]>
---
 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
[email protected]
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Reply via email to