Skip to content

Commit

Permalink
tests: only build plugins if TCG is enabled
Browse files Browse the repository at this point in the history
There is no way to use them for testing, if all the available
accelerators use hardware virtualization.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240408155330.522792-3-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed Apr 18, 2024
1 parent 6190fd6 commit d04c7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ subdir('decode')

if 'CONFIG_TCG' in config_all_accel
subdir('fp')
subdir('plugin')
endif

subdir('plugin')
subdir('unit')
subdir('qapi-schema')
subdir('qtest')
Expand Down

0 comments on commit d04c7e5

Please sign in to comment.