--- a/test/main.c Mon Oct 08 14:04:52 2012 +0200
+++ b/test/main.c Tue Oct 09 10:21:18 2012 +0200
@@ -163,6 +163,7 @@
ucx_test_register(suite, test_sstrsplit);
ucx_test_run(suite, stdout);
+ fflush(stdout);
ucx_test_suite_free(suite);
return EXIT_SUCCESS;