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.

Location:
trunk/psLib/test/dataManip
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/builddir/tst_psImageFFT.d

    r1109 r1193  
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
    44  ../../include/psString.h ../../include/psType.h ../../include/psList.h \
    5   ../../include/psVector.h ../../include/psHash.h \
    6   ../../include/psScalar.h ../../include/psImage.h \
     5  ../../include/psCompare.h ../../include/psVector.h \
     6  ../../include/psHash.h ../../include/psScalar.h ../../include/psImage.h \
    77  ../../include/psBitSet.h ../../include/psSort.h ../../include/psStats.h \
    88  ../../include/psMatrix.h ../../include/psMatrixVectorArithmetic.h \
  • trunk/psLib/test/dataManip/builddir/tst_psImageIO.d

    r1109 r1193  
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
    44  ../../include/psString.h ../../include/psType.h ../../include/psList.h \
    5   ../../include/psVector.h ../../include/psHash.h \
    6   ../../include/psScalar.h ../../include/psImage.h \
     5  ../../include/psCompare.h ../../include/psVector.h \
     6  ../../include/psHash.h ../../include/psScalar.h ../../include/psImage.h \
    77  ../../include/psBitSet.h ../../include/psSort.h ../../include/psStats.h \
    88  ../../include/psMatrix.h ../../include/psMatrixVectorArithmetic.h \
  • trunk/psLib/test/dataManip/builddir/tst_psVectorFFT.d

    r1109 r1193  
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
    44  ../../include/psString.h ../../include/psType.h ../../include/psList.h \
    5   ../../include/psVector.h ../../include/psHash.h \
    6   ../../include/psScalar.h ../../include/psImage.h \
     5  ../../include/psCompare.h ../../include/psVector.h \
     6  ../../include/psHash.h ../../include/psScalar.h ../../include/psImage.h \
    77  ../../include/psBitSet.h ../../include/psSort.h ../../include/psStats.h \
    88  ../../include/psMatrix.h ../../include/psMatrixVectorArithmetic.h \
  • trunk/psLib/test/dataManip/tst_psVectorFFT.c

    r1073 r1193  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-06-23 23:00:17 $
     8 *  @version $Revision: 1.3 $ $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
     
    3434
    3535testDescription tests[] = {
    36                               {testVectorFFT,"600-testVectorFFT",0},
    37                               {testVectorRealImaginary,"601-testVectorRealImaginary",0},
    38                               {testVectorComplex,"602-testVectorComplex",0},
    39                               {testVectorConjugate,"603-testVectorConjugate",0},
    40                               {testVectorPowerSpectrum,"604-testVectorPowerSpectrum",0},
     36                              {testVectorFFT,600,"psVectorFFT",0,false},
     37                              {testVectorRealImaginary,601,"psVectorRealImaginary",0,false},
     38                              {testVectorComplex,602,"psVectorComplex",0,false},
     39                              {testVectorConjugate,603,"psVectorConjugate",0,false},
     40                              {testVectorPowerSpectrum,604,"psVectorPowerSpectrum",0,false},
    4141                              {NULL}
    4242                          };
    4343
    44 int main()
     44int main(int argc, char* argv[])
    4545{
    4646    psLogSetLevel(PS_LOG_INFO);
    4747
    48     if (! runTestSuite(stderr,"psFFT",tests)) {
     48    if (! runTestSuite(stderr,"psFFT",tests,argc,argv) ) {
    4949        psAbort(__FILE__,"One or more tests failed");
    5050    }
Note: See TracChangeset for help on using the changeset viewer.