[lttng-dev] [PATCH babeltrace] Fix: use the in-tree tap-driver.sh
Michael Jeanson
mjeanson at efficios.com
Mon Sep 18 21:06:59 UTC 2017
Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
tests/Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c5d61ba..f9c207f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,8 @@
SUBDIRS = utils cli lib bindings plugins
+LOG_DRIVER_FLAGS='--merge'
+LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
+
EXTRA_DIST = $(srcdir)/ctf-traces/** \
$(srcdir)/debug-info-data/** \
$(srcdir)/debug-info-data/.build-id/cd/**
--
2.7.4
More information about the lttng-dev
mailing list