Changeset 575 for trunk/psLib/test/psTest.c
- Timestamp:
- May 5, 2004, 10:36:10 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/psTest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/psTest.c
r539 r575 19 19 #include "psAbort.h" 20 20 21 #define HEADER_TOP "/----------------------------- TESTPOINT -------------------------------- \\\n"22 #define HEADER_LINE_STRING "| % 10s: %-58s |\n"23 #define HEADER_LINE_INT "| % 10s: %-58d |\n"24 #define HEADER_BOTTOM "\\------------------------------------------------------------------------ /\n\n"21 #define HEADER_TOP "/----------------------------- TESTPOINT ------------------------------------------\\\n" 22 #define HEADER_LINE_STRING "| %20s: %-58s |\n" 23 #define HEADER_LINE_INT "| %20s: %-58d |\n" 24 #define HEADER_BOTTOM "\\----------------------------------------------------------------------------------/\n\n" 25 25 26 26 bool p_runTestSuite(FILE *fp, const char* testPointFile, const char* packageName, testDescription tests[])
Note:
See TracChangeset
for help on using the changeset viewer.
