Index: trunk/psLib/test/runTest
===================================================================
--- trunk/psLib/test/runTest	(revision 3599)
+++ trunk/psLib/test/runTest	(revision 3682)
@@ -26,5 +26,5 @@
 #
 #  $Revison:  $  $Name: not supported by cvs2svn $
-#  $Date: 2005-03-31 23:37:09 $
+#  $Date: 2005-04-07 20:27:41 $
 #
 #  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
@@ -144,4 +144,11 @@
             s/v\d+.\d+.\d+/vX.X.X/g;
 
+            if (m/TestPoint:\s*([^\*]+)/) {
+                $testfile = $1;
+            }
+            if (m/^---> TESTPOINT\s(\S+)/) {
+                print "\t$testfile- $1\n";
+            }
+
             # Filter lines with malloc.  This is an artifact of memory testing
             # with the Mac testbed
@@ -177,6 +184,14 @@
             s/v\d+.\d+.\d+/vX.X.X/g;
 
+            if (m/ TestPoint:\s*([^\*]+)/) {
+                $testfile = $1;
+            }
+            if (m/^---> TESTPOINT\s(\S+)/) {
+                print "\t$testfile- $1\n";
+            }
+
             # Filter lines with malloc.  This is an artifact of memory testing
             # with the Mac testbed
+
             if ( !m/\*\*\*\smalloc/ ) {
                 print MODFILE ($_);
