diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-06-01 11:28:17 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-07-08 07:30:17 +0100 |
commit | ca1e9c3ba1f7b8f20154e164c5b7b6c026e24cda (patch) | |
tree | e5f510c5675e59d93dab14b046fc51db07dfe27c /tests/tcg/riscv64/Makefile.target | |
parent | 623d7e3551a6fc5693c06ea938c60fe281b52e27 (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.target | 3 |
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 |