summaryrefslogtreecommitdiff
path: root/tests/qtest/meson.build
diff options
context:
space:
mode:
authorVikram Garhwal <fnu.vikram@xilinx.com>2020-11-18 11:48:45 -0800
committerPeter Maydell <peter.maydell@linaro.org>2020-12-10 11:30:44 +0000
commitab5e842c4ba9cc543ce86729a042fa444e49de61 (patch)
treeb39cdc6aa43e6bd0561ff4d05dc97c1fa37b5cc4 /tests/qtest/meson.build
parent840c22cd542e6210d65cc6f24944c5870f34e5d8 (diff)
downloadqemu-ab5e842c4ba9cc543ce86729a042fa444e49de61.zip
tests/qtest: Introduce tests for Xilinx ZynqMP CAN controller
The QTests perform five tests on the Xilinx ZynqMP CAN controller: Tests the CAN controller in loopback, sleep and snoop mode. Tests filtering of incoming CAN messages. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Francisco Iglesias <francisco.iglesias@xilinx.com> Signed-off-by: Vikram Garhwal <fnu.vikram@xilinx.com> Message-id: 1605728926-352690-4-git-send-email-fnu.vikram@xilinx.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/qtest/meson.build')
-rw-r--r--tests/qtest/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index c19f1c8503..4ca83ce605 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -156,6 +156,7 @@ qtests_aarch64 = \
['arm-cpu-features',
'numa-test',
'boot-serial-test',
+ 'xlnx-can-test',
'migration-test']
qtests_s390x = \