mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-30 03:00:29 -07:00
./tests/functional/test_aarch64_tcg_plugins.py needs to have plugin
libinsn built. However, it's not listed as a dependency, so meson can't
know it needs to be built.
Thus, we keep track of all plugins, and add them as an explicit
dependency.
Fixes:
|
||
|---|---|---|
| .. | ||
| bb.c | ||
| empty.c | ||
| inline.c | ||
| insn.c | ||
| mem.c | ||
| meson.build | ||
| syscall.c | ||