Changeset 1034 for trunk/psLib/test/psTest.c
- Timestamp:
- Jun 14, 2004, 2:13:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/psTest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/psTest.c
r1029 r1034 20 20 #include "psError.h" 21 21 22 #define HEADER_TOP "/ ----------------------------- TESTPOINT ------------------------------------------\\\n"23 #define HEADER_LINE_STRING " | %20s: %-58s |\n"24 #define HEADER_LINE_INT " | %20s: %-58d |\n"25 #define HEADER_BOTTOM "\\ ----------------------------------------------------------------------------------/\n\n"22 #define HEADER_TOP "/***************************** TESTPOINT ******************************************\\\n" 23 #define HEADER_LINE_STRING "* %20s: %-58s *\n" 24 #define HEADER_LINE_INT "* %20s: %-58d *\n" 25 #define HEADER_BOTTOM "\\**********************************************************************************/\n\n" 26 26 27 27 bool p_runTestSuite(FILE *fp, const char* testPointFile, const char* packageName, testDescription tests[])
Note:
See TracChangeset
for help on using the changeset viewer.
