X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Ftest.c;h=9a79e4c5b4da94cc00903273b08f55bd21590a31;hb=aeb7c171a08d06ae366d752061a8e8f1b14beb08;hp=3d11d208464c05f72f885366fa66fd14d45622ce;hpb=9bcd450682e20f0d704d86948bbb0880e414dfb4;p=awesomized%2Flibmemcached diff --git a/libtest/test.c b/libtest/test.c index 3d11d208..9a79e4c5 100644 --- a/libtest/test.c +++ b/libtest/test.c @@ -10,7 +10,7 @@ Sample test application. */ -#include "config.h" +#include #include @@ -27,6 +27,7 @@ #include #include +#include static void world_stats_print(world_stats_st *stats) { @@ -298,6 +299,9 @@ skip_pre: stats.success++; break; case TEST_FAILURE: +#if 0 + push_failed_test(next->name, run->name); +#endif stats.failed++; failed= true; break; @@ -343,6 +347,9 @@ cleanup: if (stats.collection_failed || stats.collection_skipped) { fprintf(stderr, "Some test failures and/or skipped test occurred.\n\n"); +#if 0 + print_failed_test(); +#endif } else {