Changeset 1193 for trunk/psLib/test/dataManip/tst_psVectorFFT.c
- Timestamp:
- Jul 7, 2004, 3:05:01 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psVectorFFT.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psVectorFFT.c
r1073 r1193 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-0 6-23 23:00:17$8 * @version $Revision: 1.3 $ $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 … … 34 34 35 35 testDescription 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}, 41 41 {NULL} 42 42 }; 43 43 44 int main( )44 int main(int argc, char* argv[]) 45 45 { 46 46 psLogSetLevel(PS_LOG_INFO); 47 47 48 if (! runTestSuite(stderr,"psFFT",tests )) {48 if (! runTestSuite(stderr,"psFFT",tests,argc,argv) ) { 49 49 psAbort(__FILE__,"One or more tests failed"); 50 50 }
Note:
See TracChangeset
for help on using the changeset viewer.
