]> pd.if.org Git - pdclib.old/blobdiff - functions/_PDCLIB/print.c
Intermediate work while migrating CVS -> SVN.
[pdclib.old] / functions / _PDCLIB / print.c
index b0c3341d8dfc6dbbc923293054da65e39bbb9053..986ab43cab2edba91b7fcef8b2779fb9e5bd9790 100644 (file)
@@ -462,3 +462,14 @@ const char * _PDCLIB_print( const char * spec, struct _PDCLIB_status_t * status
     }
     return ++spec;
 }
+
+#ifdef TEST
+#include <_PDCLIB_test.h>
+
+int main( void )
+{
+    TESTCASE( NO_TESTDRIVER );
+    return TEST_RESULTS;
+}
+
+#endif