]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/print.c
Better error reporting on printf's.
[pdclib] / functions / _PDCLIB / print.c
index 8f019796c757342a5610e29e6e92f575d01d3daa..424228b29e837397cbb092aff6dd2a52d6334c33 100644 (file)
@@ -507,6 +507,7 @@ const char * _PDCLIB_print( const char * spec, struct _PDCLIB_status_t * status
 }
 
 #ifdef TEST
+#define _PDCLIB_FILEID "_PDCLIB/print.c"
 #include <_PDCLIB_test.h>
 
 #include <limits.h>
@@ -538,9 +539,6 @@ static int testprintf( char * buffer, const char * format, ... )
 
 #define TEST_CONVERSION_ONLY
 
-#define TESTCASE_SPRINTF( x ) if ( strcmp( target, x ) == 0 ) {} \
-                              else { TEST_RESULTS += 1; printf( "FAILED: " __FILE__ ", line %d - \"%s\" != %s\n", __LINE__, target, #x ); }
-
 int main( void )
 {
     char target[100];