]> Git Repo - qemu.git/blobdiff - tests/test-crypto-pbkdf.c
ppc: Express dependencies of the 'prep' and '40p' machines with kconfig
[qemu.git] / tests / test-crypto-pbkdf.c
index d937aff6b2e75319bf7b8ddc30d1d3a5abf22ec1..85ed1f9b3339268f159c0020395a6d5794e4ba36 100644 (file)
@@ -440,6 +440,7 @@ int main(int argc, char **argv)
 #else
 int main(int argc, char **argv)
 {
-    return 0;
+    g_test_init(&argc, &argv, NULL);
+    return g_test_run();
 }
 #endif
This page took 0.02365 seconds and 4 git commands to generate.