gplugin/gplugin

a04d093ba0f6
Merged in feature/unload-failed-state (pull request #74)

Feature/unload failed state

Approved-by: Richard Laager
Approved-by: Elliott Sales de Andrade
if get_option('lua')
e = executable('test-lua-loader', 'test-lua-loader.c',
c_args : [
'-DLUA_LOADER_DIR="@0@/.."'.format(meson.current_build_dir()),
'-DLUA_PLUGIN_DIR="@0@/plugins"'.format(
meson.current_source_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, LUA, gplugin_dep])
test('Lua Loader', e)
endif # lua