X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_test.h;h=057f957951b60a53aaf8f703a87e745080677017;hb=69fe642f2daa56a4f1973a9b5e08af03e043bfaa;hp=b35c994180ebd394d91ac271e30b05892490eb7a;hpb=87e4c7b5ba3d47d1c200509b83868d2fab084ac7;p=pdclib.old diff --git a/internals/_PDCLIB_test.h b/internals/_PDCLIB_test.h index b35c994..057f957 100644 --- a/internals/_PDCLIB_test.h +++ b/internals/_PDCLIB_test.h @@ -19,5 +19,5 @@ char const abcdx[] = "abcdx"; #define BEGIN_TESTS unsigned int rc = 0 #define TESTCASE( x ) if ( x ) {} \ - else { rc += 1; printf( "Testcase failed: " __FILE__ " - " #x "\n" ); } + else { rc += 1; printf( "Testcase failed: " __FILE__ ", line %d - " #x "\n", __LINE__ ); } #define TEST_RESULTS rc