Sign in
qemu
/
qemu
/
694616d68455eaa14f860e7a2bbe41043e8340d7
/
.
/
tests
/
plugin
/
meson.build
blob: 2bbfc4b19e1ee59b6affa6aa40b0f96d157d4a68 [
file
] [
log
] [
blame
]
t
=
[]
foreach
i
:
[
'bb'
,
'empty'
,
'insn'
,
'mem'
,
'syscall'
]
t
+=
shared_module
(
i
,
files
(
i
+
'.c'
),
include_directories
:
'../../include/qemu'
,
dependencies
:
glib
)
endforeach
alias_target
(
'test-plugins'
,
t
)