qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 03/12] tests/Makefile: Only display TCG-related tests when TCG


From: Philippe Mathieu-Daudé
Subject: [PATCH v3 03/12] tests/Makefile: Only display TCG-related tests when TCG is available
Date: Mon, 4 May 2020 17:29:13 +0200

Reviewed-by: Alistair Francis <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 tests/Makefile.include | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/Makefile.include b/tests/Makefile.include
index 03a74b60f6..6bc3d1096b 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -12,8 +12,10 @@ check-help:
        @echo " $(MAKE) check-speed          Run qobject speed tests"
        @echo " $(MAKE) check-qapi-schema    Run QAPI schema tests"
        @echo " $(MAKE) check-block          Run block tests"
+ifeq ($(CONFIG_TCG),y)
        @echo " $(MAKE) check-tcg            Run TCG tests"
        @echo " $(MAKE) check-softfloat      Run FPU emulation tests"
+endif
        @echo " $(MAKE) check-acceptance     Run all acceptance (functional) 
tests"
        @echo
        @echo " $(MAKE) check-report.tap     Generates an aggregated TAP test 
report"
-- 
2.21.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]