Index: trunk/psLib/test/FullUnitTest.in
===================================================================
--- trunk/psLib/test/FullUnitTest.in	(revision 3888)
+++ trunk/psLib/test/FullUnitTest.in	(revision 5216)
@@ -5,6 +5,6 @@
 #  the script
 #
-#  $Revision: 1.1 $  $Name: not supported by cvs2svn $
-#  $Date: 2005-05-12 01:35:35 $
+#  $Revision: 1.2 $  $Name: not supported by cvs2svn $
+#  $Date: 2005-10-01 02:22:19 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -23,8 +23,10 @@
 
 $recursive=1;
+$jobs=1;
 # Assign variables based on the presence of command line options to the script
 # The ! option allows for --nooption to be set to zero
 # (e.g. --noverbose --recursive causes $verbose=0 and $recursive=1)
 GetOptions(
+    "jobs!"      => \$jobs,
     "verbose!"   => \$verbose,
     "recursive!" => \$recursive,
@@ -41,4 +43,5 @@
     where:
         options =
+            --jobs        number of threads to use for make
             --help        Print this help text
             --verbose     Display extra information to user
@@ -241,5 +244,5 @@
 
         # Execute the make and save results
-        $_ = join( "\n|| ", split( "\n", "\n" . `make tests` ) );
+        $_ = join( "\n|| ", split( "\n", "\n" . `make -j $jobs tests` ) );
 
         # Check the output of make for return value != 0 or any of the
