]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/printf.c
Yet closer to functional output.
[pdclib.old] / functions / stdio / printf.c
index ac3dfc355108de46aca18d44a2b787b9ed1d7cd3..c3c46cf2c344868114c7bc3f624261a9d4c2c19a 100644 (file)
@@ -28,7 +28,7 @@ int printf( const char * _PDCLIB_restrict format, ... )
 
 int main( void )
 {
-    TESTCASE( NO_TESTDRIVER );
+    TESTCASE( printf( "SUCCESS testing printf().\n" ) == 26 );
     return TEST_RESULTS;
 }