Index: trunk/psLib/test/dataManip/builddir/tst_psImageFFT.d
===================================================================
--- trunk/psLib/test/dataManip/builddir/tst_psImageFFT.d	(revision 1190)
+++ trunk/psLib/test/dataManip/builddir/tst_psImageFFT.d	(revision 1193)
@@ -3,6 +3,6 @@
   ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
   ../../include/psString.h ../../include/psType.h ../../include/psList.h \
-  ../../include/psVector.h ../../include/psHash.h \
-  ../../include/psScalar.h ../../include/psImage.h \
+  ../../include/psCompare.h ../../include/psVector.h \
+  ../../include/psHash.h ../../include/psScalar.h ../../include/psImage.h \
   ../../include/psBitSet.h ../../include/psSort.h ../../include/psStats.h \
   ../../include/psMatrix.h ../../include/psMatrixVectorArithmetic.h \
Index: trunk/psLib/test/dataManip/builddir/tst_psImageIO.d
===================================================================
--- trunk/psLib/test/dataManip/builddir/tst_psImageIO.d	(revision 1190)
+++ trunk/psLib/test/dataManip/builddir/tst_psImageIO.d	(revision 1193)
@@ -3,6 +3,6 @@
   ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
   ../../include/psString.h ../../include/psType.h ../../include/psList.h \
-  ../../include/psVector.h ../../include/psHash.h \
-  ../../include/psScalar.h ../../include/psImage.h \
+  ../../include/psCompare.h ../../include/psVector.h \
+  ../../include/psHash.h ../../include/psScalar.h ../../include/psImage.h \
   ../../include/psBitSet.h ../../include/psSort.h ../../include/psStats.h \
   ../../include/psMatrix.h ../../include/psMatrixVectorArithmetic.h \
Index: trunk/psLib/test/dataManip/builddir/tst_psVectorFFT.d
===================================================================
--- trunk/psLib/test/dataManip/builddir/tst_psVectorFFT.d	(revision 1190)
+++ trunk/psLib/test/dataManip/builddir/tst_psVectorFFT.d	(revision 1193)
@@ -3,6 +3,6 @@
   ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
   ../../include/psString.h ../../include/psType.h ../../include/psList.h \
-  ../../include/psVector.h ../../include/psHash.h \
-  ../../include/psScalar.h ../../include/psImage.h \
+  ../../include/psCompare.h ../../include/psVector.h \
+  ../../include/psHash.h ../../include/psScalar.h ../../include/psImage.h \
   ../../include/psBitSet.h ../../include/psSort.h ../../include/psStats.h \
   ../../include/psMatrix.h ../../include/psMatrixVectorArithmetic.h \
Index: trunk/psLib/test/dataManip/tst_psVectorFFT.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psVectorFFT.c	(revision 1190)
+++ trunk/psLib/test/dataManip/tst_psVectorFFT.c	(revision 1193)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-23 23:00:17 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-08 01:05:01 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -34,17 +34,17 @@
 
 testDescription tests[] = {
-                              {testVectorFFT,"600-testVectorFFT",0},
-                              {testVectorRealImaginary,"601-testVectorRealImaginary",0},
-                              {testVectorComplex,"602-testVectorComplex",0},
-                              {testVectorConjugate,"603-testVectorConjugate",0},
-                              {testVectorPowerSpectrum,"604-testVectorPowerSpectrum",0},
+                              {testVectorFFT,600,"psVectorFFT",0,false},
+                              {testVectorRealImaginary,601,"psVectorRealImaginary",0,false},
+                              {testVectorComplex,602,"psVectorComplex",0,false},
+                              {testVectorConjugate,603,"psVectorConjugate",0,false},
+                              {testVectorPowerSpectrum,604,"psVectorPowerSpectrum",0,false},
                               {NULL}
                           };
 
-int main()
+int main(int argc, char* argv[])
 {
     psLogSetLevel(PS_LOG_INFO);
 
-    if (! runTestSuite(stderr,"psFFT",tests)) {
+    if (! runTestSuite(stderr,"psFFT",tests,argc,argv) ) {
         psAbort(__FILE__,"One or more tests failed");
     }
