OSDN Git Service

tests/multiarch: Add test-aes
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 1 Jun 2023 18:28:17 +0000 (11:28 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Jul 2023 06:30:17 +0000 (07:30 +0100)
commitca1e9c3ba1f7b8f20154e164c5b7b6c026e24cda
treee5f510c5675e59d93dab14b046fc51db07dfe27c
parent623d7e3551a6fc5693c06ea938c60fe281b52e27
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>
tests/tcg/aarch64/Makefile.target
tests/tcg/aarch64/test-aes.c [new file with mode: 0644]
tests/tcg/i386/Makefile.target
tests/tcg/i386/test-aes.c [new file with mode: 0644]
tests/tcg/multiarch/test-aes-main.c.inc [new file with mode: 0644]
tests/tcg/ppc64/Makefile.target
tests/tcg/ppc64/test-aes.c [new file with mode: 0644]
tests/tcg/riscv64/Makefile.target
tests/tcg/riscv64/test-aes.c [new file with mode: 0644]