Index: trunk/psLib/test/dataManip/Makefile
===================================================================
--- trunk/psLib/test/dataManip/Makefile	(revision 780)
+++ trunk/psLib/test/dataManip/Makefile	(revision 798)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/sysUtils
 ##
-##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-05-25 23:53:50 $
+##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-28 02:52:23 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,4 +17,10 @@
 
 TARGET = tst_psMatrix01 \
+         tst_psMatrix02 \
+         tst_psMatrix03 \
+         tst_psMatrix04 \
+         tst_psMatrix05 \
+         tst_psMatrix06 \
+         tst_psMatrix07 \
          tst_psStats00 \
          tst_psStats01 \
@@ -26,4 +32,10 @@
 
 tst_psMatrix01:         tst_psMatrix01.o
+tst_psMatrix02:         tst_psMatrix02.o
+tst_psMatrix03:         tst_psMatrix03.o
+tst_psMatrix04:         tst_psMatrix04.o
+tst_psMatrix05:         tst_psMatrix05.o
+tst_psMatrix06:         tst_psMatrix06.o
+tst_psMatrix07:         tst_psMatrix07.o
 tst_psStats00:		tst_psStats00.o
 tst_psStats01:		tst_psStats01.o
@@ -40,5 +52,5 @@
 
 %   : %.o
-	$(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest $(LDFLAGS)
+	$(CC) -o $@ $< -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas $(LDFLAGS)
 
 %.lint: %.c
