diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-05-23 10:48:48 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-05-30 10:55:39 -0700 |
commit | 656666dc7d1b8508b1a528367e683ad2af5960a3 (patch) | |
tree | 009018d02966664b3d72beddeb97ce0e2a90dc67 /tests/meson.build | |
parent | 036cc75ca0bff26bfe75dc721e641d812cad3c09 (diff) | |
download | qemu-656666dc7d1b8508b1a528367e683ad2af5960a3.zip qemu-656666dc7d1b8508b1a528367e683ad2af5960a3.tar.gz qemu-656666dc7d1b8508b1a528367e683ad2af5960a3.tar.bz2 |
tests/decode: Convert tests to meson
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/meson.build b/tests/meson.build index 8e318ec..083f299 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -74,10 +74,7 @@ if have_tools and have_vhost_user and 'CONFIG_LINUX' in config_host dependencies: [qemuutil, vhost_user]) endif -test('decodetree', sh, - args: [ files('decode/check.sh'), config_host['PYTHON'], files('../scripts/decodetree.py') ], - workdir: meson.current_source_dir() / 'decode', - suite: 'decodetree') +subdir('decode') if 'CONFIG_TCG' in config_all subdir('fp') |