]> Git Repo - qemu.git/blobdiff - tests/wdt_ib700-test.c
tests: virtio-9p: add walk operation test
[qemu.git] / tests / wdt_ib700-test.c
index efe3370453996a3bb2e7564fa67fd225064170bc..49f4f0c2216f07a45746fc162599c9f90078404c 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include "qemu/osdep.h"
-#include <glib.h>
 #include "libqtest.h"
 #include "qemu/timer.h"
 
@@ -118,15 +117,11 @@ static void ib700_none(void)
 
 int main(int argc, char **argv)
 {
-    int ret;
-
     g_test_init(&argc, &argv, NULL);
     qtest_add_func("/wdt_ib700/pause", ib700_pause);
     qtest_add_func("/wdt_ib700/reset", ib700_reset);
     qtest_add_func("/wdt_ib700/shutdown", ib700_shutdown);
     qtest_add_func("/wdt_ib700/none", ib700_none);
 
-    ret = g_test_run();
-
-    return ret;
+    return g_test_run();
 }
This page took 0.022586 seconds and 4 git commands to generate.