Index: trunk/psLib/test/collections/Makefile
===================================================================
--- trunk/psLib/test/collections/Makefile	(revision 1004)
+++ trunk/psLib/test/collections/Makefile	(revision 1007)
@@ -3,10 +3,14 @@
 ##  Makefile:   test/collections
 ##
-##  $Revision: 1.13 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-11 19:38:58 $
+##  $Revision: 1.14 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-11 20:36:04 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
 ##
 ###############################################################################
+
+ifndef prefix
+    export prefix=$(shell cd ../..;pwd)
+endif
 
 include ../../src/Makefile.Globals
@@ -69,2 +73,13 @@
 	$(RM) -f $@.tmp
 
+install: $(testbindir) $(testbindir)/verified $(TARGET)
+	install $(TARGET) $(testbindir)
+	install verified/*.stderr verified/*.stdout $(testbindir)/verified
+
+$(testbindir):
+	mkdir -p $(testbindir)
+
+$(testbindir)/verified:
+	mkdir -p $(testbindir)/verified
+
+
