Index: trunk/psLib/test/sysUtils/tst_psAbort.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psAbort.c	(revision 3638)
+++ trunk/psLib/test/sysUtils/tst_psAbort.c	(revision 3682)
@@ -8,11 +8,11 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-17 19:26:25 $
+ *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:42 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
 
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/tst_psConfigure.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psConfigure.c	(revision 3638)
+++ trunk/psLib/test/sysUtils/tst_psConfigure.c	(revision 3682)
@@ -11,6 +11,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-17 19:26:25 $
+ *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:42 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -18,5 +18,5 @@
  */
 
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/tst_psError.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psError.c	(revision 3638)
+++ trunk/psLib/test/sysUtils/tst_psError.c	(revision 3682)
@@ -13,6 +13,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-17 19:26:25 $
+ *  @version $Revision: 1.18 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:42 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -23,5 +23,5 @@
 #include <stdlib.h>
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/tst_psLogMsg.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psLogMsg.c	(revision 3638)
+++ trunk/psLib/test/sysUtils/tst_psLogMsg.c	(revision 3682)
@@ -5,5 +5,5 @@
  *****************************************************************************/
 #include <stdio.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/tst_psMemory.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 3638)
+++ trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 3682)
@@ -6,12 +6,9 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-17 19:26:25 $
+*  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-04-07 20:27:42 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
 */
-
-// need to allow malloc for callback use
-#define PS_ALLOW_MALLOC 1
 
 #include <unistd.h>
@@ -24,5 +21,5 @@
 
 #include "psTest.h"
-#include "pslib.h"
+#include "pslib.h" // need to allow malloc for callback use
 
 static psS32 TPFreeReferencedMemory( void );
Index: trunk/psLib/test/sysUtils/tst_psString.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psString.c	(revision 3638)
+++ trunk/psLib/test/sysUtils/tst_psString.c	(revision 3682)
@@ -17,6 +17,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-17 19:26:25 $
+ *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:42 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -25,5 +25,5 @@
 
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/tst_psStringCopy.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psStringCopy.c	(revision 3638)
+++ trunk/psLib/test/sysUtils/tst_psStringCopy.c	(revision 3682)
@@ -17,6 +17,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-17 19:26:25 $
+ *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:42 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -25,5 +25,5 @@
 
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/sysUtils/tst_psTrace.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psTrace.c	(revision 3638)
+++ trunk/psLib/test/sysUtils/tst_psTrace.c	(revision 3682)
@@ -6,5 +6,5 @@
  *****************************************************************************/
 #include <stdio.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
