Index: trunk/psLib/test/sysUtils/builddir/tst_psMemory.d
===================================================================
--- trunk/psLib/test/sysUtils/builddir/tst_psMemory.d	(revision 1156)
+++ trunk/psLib/test/sysUtils/builddir/tst_psMemory.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/sysUtils/tst_psMemory.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 1156)
+++ trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 1193)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-25 21:51:46 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-08 01:05:01 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -45,20 +45,21 @@
 
 testDescription tests[] = {
-                              {TPCheckBufferPositive,"449-TPCheckBufferPositive",0},
-                              {TPOutOfMemory,"450-TPOutOfMemory",-6},
-                              {TPReallocOutOfMemory,"562-TPReallocOutOfMemory",-6},
-                              {TPrealloc,"451-TPrealloc",0},
-                              {TPallocCallback,"452/453-TPallocCallback",0},
-                              {TPcheckLeaks,"454-TPcheckLeaks",0},
-                              {TPmemCorruption,"455-TPmemCorruption",0},
-                              {TPFreeReferencedMemory,"456-TPFreeReferencedMemory",0},
+                              {TPCheckBufferPositive,449,"checkBufferPositive",0,false},
+                              {TPOutOfMemory,450,"outOfMemory",-6,false},
+                              {TPReallocOutOfMemory,562,"reallocOutOfMemory",-6,false},
+                              {TPrealloc,451,"psRealloc",0,false},
+                              {TPallocCallback,452,"allocCallback",0,false},
+                              {TPallocCallback,453,"allocCallback2",0,true},
+                              {TPcheckLeaks,454,"checkLeaks",0,false},
+                              {TPmemCorruption,455,"psMemCorruption",0,false},
+                              {TPFreeReferencedMemory,456,"freeReferencedMemory",0,false},
                               {NULL}
                           };
 
-int main()
+int main(int argc, char* argv[])
 {
     psLogSetLevel(PS_LOG_INFO);
 
-    if (! runTestSuite(stderr,"psMemory",tests)) {
+    if (! runTestSuite(stderr,"psMemory",tests,argc,argv) ) {
         psError(__FILE__,"One or more tests failed");
         return 1;
