docs/system/gdb.rst: Add some more heading structure
[qemu/ar7.git] / tests / plugin / meson.build
blob2bbfc4b19e1ee59b6affa6aa40b0f96d157d4a68
1 t = []
2 foreach i : ['bb', 'empty', 'insn', 'mem', 'syscall']
3   t += shared_module(i, files(i + '.c'),
4                      include_directories: '../../include/qemu',
5                      dependencies: glib)
6 endforeach
7 alias_target('test-plugins', t)