diff mbox series

Makefile: build plugins before running TCG tests

Message ID 20230928075613.875575-1-pbonzini@redhat.com
State New
Headers show
Series Makefile: build plugins before running TCG tests | expand

Commit Message

Paolo Bonzini Sept. 28, 2023, 7:56 a.m. UTC
Add back test-plugins and, since it is always defined, do so unconditionally.

Reported-by: Alex Bennée <alex.bennee@linaro.org>
Fixes: 2c13c574418 ("configure, meson: move --enable-plugins to meson", 2023-09-07)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 tests/Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Bennée Sept. 29, 2023, 12:57 p.m. UTC | #1
Paolo Bonzini <pbonzini@redhat.com> writes:

> Add back test-plugins and, since it is always defined, do so unconditionally.
>
> Reported-by: Alex Bennée <alex.bennee@linaro.org>
> Fixes: 2c13c574418 ("configure, meson: move --enable-plugins to meson", 2023-09-07)
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
diff mbox series

Patch

diff --git a/tests/Makefile.include b/tests/Makefile.include
index 38987426594..dab1989a071 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -73,7 +73,7 @@  $(TCG_TESTS_TARGETS:%=distclean-tcg-tests-%): distclean-tcg-tests-%:
 build-tcg: $(BUILD_TCG_TARGET_RULES)
 
 .PHONY: check-tcg
-.ninja-goals.check-tcg = all
+.ninja-goals.check-tcg = all test-plugins
 check-tcg: $(RUN_TCG_TARGET_RULES)
 
 .PHONY: clean-tcg