aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/riscv64/Makefile.target
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-06-01 11:28:17 -0700
committerRichard Henderson <richard.henderson@linaro.org>2023-07-08 07:30:17 +0100
commitca1e9c3ba1f7b8f20154e164c5b7b6c026e24cda (patch)
treee5f510c5675e59d93dab14b046fc51db07dfe27c /tests/tcg/riscv64/Makefile.target
parent623d7e3551a6fc5693c06ea938c60fe281b52e27 (diff)
tests/multiarch: Add test-aes
Use a shared driver and backends for i386, aarch64, ppc64, riscv64. Acked-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/tcg/riscv64/Makefile.target')
-rw-r--r--tests/tcg/riscv64/Makefile.target3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tcg/riscv64/Makefile.target b/tests/tcg/riscv64/Makefile.target
index 9973ba3b5f..42993549cb 100644
--- a/tests/tcg/riscv64/Makefile.target
+++ b/tests/tcg/riscv64/Makefile.target
@@ -9,3 +9,6 @@ TESTS += noexec
TESTS += test-noc
test-noc: LDFLAGS = -nostdlib -static
run-test-noc: QEMU_OPTS += -cpu rv64,c=false
+
+TESTS += test-aes
+run-test-aes: QEMU_OPTS += -cpu rv64,zk=on