Index: trunk/psLib/test/Makefile
===================================================================
--- trunk/psLib/test/Makefile	(revision 1007)
+++ trunk/psLib/test/Makefile	(revision 1021)
@@ -3,6 +3,6 @@
 ##  Makefile:   test
 ##
-##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-11 20:36:04 $
+##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-14 19:38:06 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -51,8 +51,10 @@
 # Define PHONY target "install" which will install necessary files
 
-install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir) $(testbindir)
+install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir) 
 	install *.h $(includedir)
 	install $(TARGET_STATIC) $(libexecdir)
 	install $(TARGET_DYNAMIC) $(libexecdir)
+
+installtests: install $(testbindir)
 	install FullUnitTest runTest $(testbindir)
 	$(MAKE) --directory=collections install
