]> Git Repo - qemu.git/blobdiff - tests/test-hmp.c
qcow2: list of bitmaps new test 242
[qemu.git] / tests / test-hmp.c
index 5352c9c088eeb899ca7b542b0cb89bdbf3906c60..1a3a9c50999640994ac87002ce51dbdcbc297f47 100644 (file)
@@ -158,7 +158,7 @@ int main(int argc, char **argv)
 
     g_test_init(&argc, &argv, NULL);
 
-    qtest_cb_for_every_machine(add_machine_test_case);
+    qtest_cb_for_every_machine(add_machine_test_case, g_test_quick());
 
     /* as none machine has no memory by default, add a test case with memory */
     qtest_add_data_func("hmp/none+2MB", g_strdup("none -m 2"), test_machine);
This page took 0.022879 seconds and 4 git commands to generate.