X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=test%2FCuTest.c;h=6eccb947a70f3a20592cded745d097c7bc0e9861;hp=fb4950d647b1c951e050bfdff24560835ad01f3b;hb=a03cf3b0c40e6c3b8b4877b49a64288cb3fcb919;hpb=010e49988a8b12f78053c387b3798763b4e8df18 diff --git a/test/CuTest.c b/test/CuTest.c index fb4950d..6eccb94 100644 --- a/test/CuTest.c +++ b/test/CuTest.c @@ -140,6 +140,9 @@ static void CuFailInternal(CuTest* tc, const char* file, int line, CuString* str tc->failed = 1; tc->message = string->buffer; + extern void lwt_halt(void); + extern void lwt_dump(const char *); + lwt_dump(tc->name); if (tc->jumpBuf != 0) longjmp(*(tc->jumpBuf), 0); }