From: Philippe Proulx Date: Fri, 7 Jul 2017 21:13:14 +0000 (-0400) Subject: test_plugin: use env. var. instead of global symbol because G_MODULE_BIND_LOCAL X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=df5b5d012b03816543787074651198426cc9d795;hp=df5b5d012b03816543787074651198426cc9d795;p=babeltrace.git test_plugin: use env. var. instead of global symbol because G_MODULE_BIND_LOCAL 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 Signed-off-by: Jérémie Galarneau ---