migration/rdma: Silence qemu_rdma_register_and_get_keys()
[qemu/kevin.git] / tests / plugin / meson.build
blob322cafcdf6bebfefbbcefab7f67ff8a0d448922a
1 t = []
2 if get_option('plugins')
3   foreach i : ['bb', 'empty', 'insn', 'mem', 'syscall']
4     t += shared_module(i, files(i + '.c'),
5                        include_directories: '../../include/qemu',
6                        dependencies: glib)
7   endforeach
8 endif
9 if t.length() > 0
10   alias_target('test-plugins', t)
11 else
12   run_target('test-plugins', command: find_program('true'))
13 endif