aboutsummaryrefslogtreecommitdiff
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-03-16 17:21:50 +0000
committerAlex Bennée <alex.bennee@linaro.org>2020-03-17 17:38:47 +0000
commitcf58773f1c233e3bb43abc4b4b0aaad60ce9a6be (patch)
treeb78f4cd106b37bdf1b7ff5342feb377bf9129fcc /tests/.gitignore
parentdb2ea0dd1b73c8cfcd53de94bfcec37726587199 (diff)
downloadqemu-cf58773f1c233e3bb43abc4b4b0aaad60ce9a6be.zip
qemu-cf58773f1c233e3bb43abc4b4b0aaad60ce9a6be.tar.gz
qemu-cf58773f1c233e3bb43abc4b4b0aaad60ce9a6be.tar.bz2
tests/tcg/aarch64: add a gdbstub testcase for SVE registers
A very simple test case which sets and reads SVE registers while running a test case. We don't really need to compile a SVE binary for this case but we will later so keep it simple for now. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200316172155.971-24-alex.bennee@linaro.org>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r--tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index 7306866..d03c037 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -10,6 +10,7 @@ qht-bench
rcutorture
test-*
!test-*.c
+!test-*.py
!docker/test-*
test-qapi-commands.[ch]
test-qapi-init-commands.[ch]