Fix test: don't link tests directly with plugins
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 28 Aug 2017 18:48:58 +0000 (14:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 29 Aug 2017 18:31:26 +0000 (14:31 -0400)
commit8f7235b1fb6127d86f7496fc3b9378faa5a5cd5b
treee8a759b79e5f9cc991479ce900b365a59dc94cae
parentd8e292d43117c58804e19819eb06b5621f25246b
Fix test: don't link tests directly with plugins

Move the debug-info code to a convenience library that is then used by
both the plugin and the test code. This fixes build with static
libraries disabled where it's not possible to link directly the plugin
shared object which is a module.

Reviewed-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/lttng-utils/Makefile.am
tests/plugins/Makefile.am
This page took 0.024417 seconds and 4 git commands to generate.