All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH babeltrace] Test: run debug-info even with built-in plugins
       [not found] <1503947068-2212-1-git-send-email-mjeanson@efficios.com>
@ 2017-08-29 18:54 ` Jérémie Galarneau
  0 siblings, 0 replies; 2+ messages in thread
From: Jérémie Galarneau @ 2017-08-29 18:54 UTC (permalink / raw)
  To: Michael Jeanson; +Cc: lttng-dev, Jeremie Galarneau

Merged in master and stable-2.0. Thanks!

Jérémie

On 28 August 2017 at 15:04, Michael Jeanson <mjeanson@efficios.com> wrote:
> Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
> ---
>  tests/Makefile.am         |  6 +-----
>  tests/plugins/Makefile.am | 18 +++++++++++-------
>  2 files changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 10471c3..4bdbedd 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -1,13 +1,9 @@
> -SUBDIRS = utils cli lib bindings
> +SUBDIRS = utils cli lib bindings plugins
>
>  EXTRA_DIST = $(srcdir)/ctf-traces/** \
>              $(srcdir)/debug-info-data/** \
>              $(srcdir)/debug-info-data/.build-id/cd/**
>
> -if !ENABLE_BUILT_IN_PLUGINS
> -SUBDIRS += plugins
> -endif
> -
>  if ENABLE_PYTHON_PLUGINS
>  SUBDIRS += python-plugin-provider
>  endif
> diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am
> index ffea78b..088b28a 100644
> --- a/tests/plugins/Makefile.am
> +++ b/tests/plugins/Makefile.am
> @@ -1,5 +1,8 @@
>  AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(top_srcdir)/plugins
>
> +LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
> +LOG_DRIVER_FLAGS='--merge'
> +
>  LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
>  COMMON_TEST_LDADD = $(LIBTAP) \
>         $(top_builddir)/lib/libbabeltrace.la \
> @@ -7,17 +10,18 @@ COMMON_TEST_LDADD = $(LIBTAP) \
>         $(top_builddir)/logging/libbabeltrace-logging.la \
>         $(top_builddir)/compat/libcompat.la
>
> -noinst_PROGRAMS = test-utils-muxer
> +check_SCRIPTS =
> +noinst_PROGRAMS =
> +TESTS =
>
> +if !ENABLE_BUILT_IN_PLUGINS
>  test_utils_muxer_SOURCES = test-utils-muxer.c
>  test_utils_muxer_LDADD = $(COMMON_TEST_LDADD)
>
> -check_SCRIPTS = test-utils-muxer-complete
> -
> -LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
> -LOG_DRIVER_FLAGS='--merge'
> -
> -TESTS = test-utils-muxer-complete
> +noinst_PROGRAMS += test-utils-muxer
> +check_SCRIPTS += test-utils-muxer-complete
> +TESTS += test-utils-muxer-complete
> +endif
>
>  if ENABLE_DEBUG_INFO
>  test_dwarf_LDADD = \
> --
> 2.7.4
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH babeltrace] Test: run debug-info even with built-in plugins
@ 2017-08-28 19:04 Michael Jeanson
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Jeanson @ 2017-08-28 19:04 UTC (permalink / raw)
  To: lttng-dev; +Cc: jgalar

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
---
 tests/Makefile.am         |  6 +-----
 tests/plugins/Makefile.am | 18 +++++++++++-------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 10471c3..4bdbedd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,13 +1,9 @@
-SUBDIRS = utils cli lib bindings
+SUBDIRS = utils cli lib bindings plugins
 
 EXTRA_DIST = $(srcdir)/ctf-traces/** \
 	     $(srcdir)/debug-info-data/** \
 	     $(srcdir)/debug-info-data/.build-id/cd/**
 
-if !ENABLE_BUILT_IN_PLUGINS
-SUBDIRS += plugins
-endif
-
 if ENABLE_PYTHON_PLUGINS
 SUBDIRS += python-plugin-provider
 endif
diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am
index ffea78b..088b28a 100644
--- a/tests/plugins/Makefile.am
+++ b/tests/plugins/Makefile.am
@@ -1,5 +1,8 @@
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(top_srcdir)/plugins
 
+LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
+LOG_DRIVER_FLAGS='--merge'
+
 LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
 COMMON_TEST_LDADD = $(LIBTAP) \
 	$(top_builddir)/lib/libbabeltrace.la \
@@ -7,17 +10,18 @@ COMMON_TEST_LDADD = $(LIBTAP) \
 	$(top_builddir)/logging/libbabeltrace-logging.la \
 	$(top_builddir)/compat/libcompat.la
 
-noinst_PROGRAMS = test-utils-muxer
+check_SCRIPTS =
+noinst_PROGRAMS =
+TESTS =
 
+if !ENABLE_BUILT_IN_PLUGINS
 test_utils_muxer_SOURCES = test-utils-muxer.c
 test_utils_muxer_LDADD = $(COMMON_TEST_LDADD)
 
-check_SCRIPTS = test-utils-muxer-complete
-
-LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
-LOG_DRIVER_FLAGS='--merge'
-
-TESTS = test-utils-muxer-complete
+noinst_PROGRAMS += test-utils-muxer
+check_SCRIPTS += test-utils-muxer-complete
+TESTS += test-utils-muxer-complete
+endif
 
 if ENABLE_DEBUG_INFO
 test_dwarf_LDADD = \
-- 
2.7.4

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-29 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1503947068-2212-1-git-send-email-mjeanson@efficios.com>
2017-08-29 18:54 ` [PATCH babeltrace] Test: run debug-info even with built-in plugins Jérémie Galarneau
2017-08-28 19:04 Michael Jeanson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.