Re: [PATCH v7 031/104] tests/tcg/meson.build: use full path for QEMU binary
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 18/8/26 21:21, Pierrick Bouvier wrote: > On MacOS, meson does not find qemu binary. Use full path to fix it. > Also, add qemu binary as dependency for the test, to ensure it's built > automatically. > > Signed-off-by: Pierrick Bouvier <[email protected]> > --- > tests/tcg/meson.build | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>