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 16:17:30 +0000 (12:17 -0400)
commit77ca30962b076496a40eaf7d7bcc8269f838fdf5
tree522bd2ddd50c8a83d4692aab89bb54cf2c990675
parent3389bd413d7e92a14a8974c485b010fc1e29be87
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.024547 seconds and 4 git commands to generate.