X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_test.h;h=66ffb069257b39d7475700b14b9149d5afd5ac89;hb=492cae1767efcce269e5472dcf0a18e6abf546a1;hp=057f957951b60a53aaf8f703a87e745080677017;hpb=82137033fa3ea0e6d5b3939ab379b4a4f08d89f2;p=pdclib diff --git a/internals/_PDCLIB_test.h b/internals/_PDCLIB_test.h index 057f957..66ffb06 100644 --- a/internals/_PDCLIB_test.h +++ b/internals/_PDCLIB_test.h @@ -17,6 +17,8 @@ char const abcde[] = "abcde"; char const abcdx[] = "abcdx"; +int NO_TESTDRIVER = 0; + #define BEGIN_TESTS unsigned int rc = 0 #define TESTCASE( x ) if ( x ) {} \ else { rc += 1; printf( "Testcase failed: " __FILE__ ", line %d - " #x "\n", __LINE__ ); }