summary refs log tree commit diff stats
path: root/tests/qtest/fuzz-lsi53c895a-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/fuzz-lsi53c895a-test.c')
-rw-r--r--tests/qtest/fuzz-lsi53c895a-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qtest/fuzz-lsi53c895a-test.c b/tests/qtest/fuzz-lsi53c895a-test.c
index 392a7ae7ed..a9254b455d 100644
--- a/tests/qtest/fuzz-lsi53c895a-test.c
+++ b/tests/qtest/fuzz-lsi53c895a-test.c
@@ -112,6 +112,10 @@ static void test_lsi_do_dma_empty_queue(void)
 
 int main(int argc, char **argv)
 {
+    if (!qtest_has_device("lsi53c895a")) {
+        return 0;
+    }
+
     g_test_init(&argc, &argv, NULL);
 
     qtest_add_func("fuzz/lsi53c895a/lsi_do_dma_empty_queue",