test_plugin: use env. var. instead of global symbol because G_MODULE_BIND_LOCAL
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 7 Jul 2017 21:13:14 +0000 (17:13 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Jul 2017 21:25:16 +0000 (17:25 -0400)
Share data between test plugins and the plugin test with environment
variables instead of using global symbols because shared objects are
opened with G_MODULE_BIND_LOCAL now.

Also add BT_PLUGIN_MODULE() to test plugins so that their special
sections exist and contain entries.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.025532 seconds and 4 git commands to generate.