]> Git Repo - qemu.git/blobdiff - tests/intel-hda-test.c
docker: add --include-files argument to 'build' command
[qemu.git] / tests / intel-hda-test.c
index b0ca7e042a76f956dafed74c4c124669f0f10e8d..b782b2e9444601a915745045588ca8ddfc095d1d 100644 (file)
@@ -31,13 +31,9 @@ static void ich9_test(void)
 
 int main(int argc, char **argv)
 {
-    int ret;
-
     g_test_init(&argc, &argv, NULL);
     qtest_add_func("/intel-hda/ich6", ich6_test);
     qtest_add_func("/intel-hda/ich9", ich9_test);
 
-    ret = g_test_run();
-
-    return ret;
+    return g_test_run();
 }
This page took 0.023328 seconds and 4 git commands to generate.