Index: trunk/psLib/test/FullUnitTest
===================================================================
--- trunk/psLib/test/FullUnitTest	(revision 2204)
+++ trunk/psLib/test/FullUnitTest	(revision 3115)
@@ -19,6 +19,6 @@
 #  RETURN : integer number of tests which failed
 #
-#  $Revision: 1.15 $  $Name: not supported by cvs2svn $
-#  $Date: 2004-10-27 00:57:31 $
+#  $Revision: 1.16 $  $Name: not supported by cvs2svn $
+#  $Date: 2005-02-03 00:54:12 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -239,10 +239,8 @@
             `make clean`;
 
-            # Execute the make distclean
-            `make distclean`;
         }
 
         # Execute the make and save results
-        $_ = join( "\n|| ", split( "\n", "\n" . `make` ) );
+        $_ = join( "\n|| ", split( "\n", "\n" . `make tests` ) );
 
         # Check the output of make for return value != 0 or any of the
@@ -276,7 +274,4 @@
             # Display the make was successful if silent option not set
             print("\nMake successful.\n") if ( !$silent );
-            if ($clean) {
-                `make install`;
-            }
         }
     }
