gplugin/gplugin

Close branch bugfix/pvs-studio-g-set-error-fix
bugfix/pvs-studio-g-set-error-fix
2019-09-30, Gary Kramlich
f8d399dcb6a0
Close branch bugfix/pvs-studio-g-set-error-fix
if get_option('tcc')
e = executable('test-tcc-loader', 'test-tcc-loader.c',
c_args : [
'-DTCC_LOADER_DIR="@0@"'.format(join_paths(meson.current_build_dir(), '..')),
'-DTCC_PLUGIN_DIR="@0@/plugins"'.format(
meson.current_source_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, TCC, gplugin_dep])
test('TCC Loader', e)
endif # tcc