Changeset 1193 for trunk/psLib/test/image/tst_psImageIO.c
- Timestamp:
- Jul 7, 2004, 3:05:01 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageIO.c
r1073 r1193 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-0 6-23 23:00:17$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-07-08 01:05:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 35 35 36 36 testDescription tests[] = { 37 {testImageRead, "567-testImageRead",0},38 {testImageWrite, "569-testImageWrite",0},37 {testImageRead,567,"psImageReadSection",0,false}, 38 {testImageWrite,569,"psImageWriteSection",0,false}, 39 39 {NULL} 40 40 }; 41 41 42 int main( )42 int main(int argc, char* argv[]) 43 43 { 44 44 psLogSetLevel(PS_LOG_INFO); 45 45 46 testImageRead(); 47 48 if (! runTestSuite(stderr,"psImage",tests)) { 46 if (! runTestSuite(stderr,"psImage",tests,argc,argv)) { 49 47 psAbort(__FILE__,"One or more tests failed"); 50 48 }
Note:
See TracChangeset
for help on using the changeset viewer.
