diff options
| author | Alex Bennée | 2019-09-19 15:18:40 +0200 |
|---|---|---|
| committer | Peter Maydell | 2019-09-27 12:41:28 +0200 |
| commit | 72ab7f9e1d811256ceca7c1d9d79f5ff72a4e0c3 (patch) | |
| tree | 8fdadd98962549b079e824339b55e5a1b924fb94 /tests/tcg/aarch64 | |
| parent | target/arm: fix CBAR register for AArch64 CPUs (diff) | |
| download | qemu-72ab7f9e1d811256ceca7c1d9d79f5ff72a4e0c3.tar.gz qemu-72ab7f9e1d811256ceca7c1d9d79f5ff72a4e0c3.tar.xz qemu-72ab7f9e1d811256ceca7c1d9d79f5ff72a4e0c3.zip | |
tests/tcg: clean-up some comments after the de-tangling
These were missed in the recent de-tangling so have been updated to be
more actuate. I've also built up ARM_TESTS in a manner similar to
AARCH64_TESTS for better consistency.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20190913151845.12582-2-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/tcg/aarch64')
| -rw-r--r-- | tests/tcg/aarch64/Makefile.target | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tcg/aarch64/Makefile.target b/tests/tcg/aarch64/Makefile.target index e763dd9da3..9758f89f90 100644 --- a/tests/tcg/aarch64/Makefile.target +++ b/tests/tcg/aarch64/Makefile.target @@ -8,7 +8,7 @@ VPATH += $(ARM_SRC) AARCH64_SRC=$(SRC_PATH)/tests/tcg/aarch64 VPATH += $(AARCH64_SRC) -# we don't build any other ARM test +# Float-convert Tests AARCH64_TESTS=fcvt fcvt: LDFLAGS+=-lm @@ -17,6 +17,7 @@ run-fcvt: fcvt $(call run-test,$<,$(QEMU) $<, "$< on $(TARGET_NAME)") $(call diff-out,$<,$(AARCH64_SRC)/fcvt.ref) +# Pauth Tests AARCH64_TESTS += pauth-1 pauth-2 run-pauth-%: QEMU_OPTS += -cpu max |
