diff options
Diffstat (limited to 'tests/plugin/meson.build')
| -rw-r--r-- | tests/plugin/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugin/meson.build b/tests/plugin/meson.build index e18183aaed..9eece5bab5 100644 --- a/tests/plugin/meson.build +++ b/tests/plugin/meson.build @@ -1,6 +1,6 @@ t = [] if get_option('plugins') - foreach i : ['bb', 'empty', 'insn', 'mem', 'syscall'] + foreach i : ['bb', 'empty', 'inline', 'insn', 'mem', 'syscall'] if host_os == 'windows' t += shared_module(i, files(i + '.c') + '../../contrib/plugins/win32_linker.c', include_directories: '../../include/qemu', |