repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
migration: Clean up local variable shadowing
[qemu/ar7.git]
/
tests
/
plugin
/
meson.build
blob
2bbfc4b19e1ee59b6affa6aa40b0f96d157d4a68
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)