gplugin/gplugin

A bunch of random ruby work
feature/ruby-loader
2018-08-27, Gary Kramlich
7849ef8ebfd1
A bunch of random ruby work
if get_option('tcc')
e = executable('test-tcc-loader', 'test-tcc-loader.c',
c_args : [
'-DTCC_LOADER_DIR="@0@/tcc"'.format(meson.build_root()),
'-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