Index: trunk/psLib/test/sysUtils/Makefile
===================================================================
--- trunk/psLib/test/sysUtils/Makefile	(revision 520)
+++ trunk/psLib/test/sysUtils/Makefile	(revision 532)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/sysUtils
 ##
-##  $Revision: 1.1 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-04-27 01:44:41 $
+##  $Revision: 1.2 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-04-27 22:57:09 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -19,5 +19,6 @@
          atst_psAbort_01    \
          atst_psAbort_02    \
-         atst_psAbort_03
+         atst_psAbort_03    \
+         tst_psStringCopy
 
 all: $(TARGET)
@@ -27,4 +28,5 @@
 atst_psAbort_02: atst_psAbort_02.o
 atst_psAbort_03: atst_psAbort_03.o
+tst_psStringCopy: tst_psStringCopy.o
 
 clean:
