qulogic/gplugin

Merged in bugfix/pvs-studio-false-positive-v568 (pull request #78)
draft develop tip
2020-05-12, Gary Kramlich
f02e7e4b875f
Merged in bugfix/pvs-studio-false-positive-v568 (pull request #78)

Ignore a pvs-studio false positive

Approved-by: Elliott Sales de Andrade
if get_option('tcc')
e = executable('test-tcc-loader', 'test-tcc-loader.c',
c_args : [
'-DTCC_LOADER_DIR="@0@/.."'.format(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