IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2004, 3:05:01 PM (22 years ago)
Author:
desonia
Message:

rewrote psImageCopy so that macro need not be expanded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageIO.c

    r1073 r1193  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-06-23 23:00:17 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-07-08 01:05:01 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3535
    3636testDescription tests[] = {
    37                               {testImageRead,"567-testImageRead",0},
    38                               {testImageWrite,"569-testImageWrite",0},
     37                              {testImageRead,567,"psImageReadSection",0,false},
     38                              {testImageWrite,569,"psImageWriteSection",0,false},
    3939                              {NULL}
    4040                          };
    4141
    42 int main()
     42int main(int argc, char* argv[])
    4343{
    4444    psLogSetLevel(PS_LOG_INFO);
    4545
    46     testImageRead();
    47 
    48     if (! runTestSuite(stderr,"psImage",tests)) {
     46    if (! runTestSuite(stderr,"psImage",tests,argc,argv)) {
    4947        psAbort(__FILE__,"One or more tests failed");
    5048    }
Note: See TracChangeset for help on using the changeset viewer.