Index: trunk/psphot/src/psphotSparseMatrix.c
===================================================================
--- trunk/psphot/src/psphotSparseMatrix.c	(revision 5650)
+++ trunk/psphot/src/psphotSparseMatrix.c	(revision 5652)
@@ -10,4 +10,11 @@
     int Nrow;
 } psSparse;
+
+void psphotSparseMatrixTest () {
+
+    // build a sparse matrix
+   
+
+} 
 
 psVector *psSparseMatrixTimesVector (psSparse *matrix, psVector *vector) {
Index: trunk/psphot/src/psphotTest.c
===================================================================
--- trunk/psphot/src/psphotTest.c	(revision 5652)
+++ trunk/psphot/src/psphotTest.c	(revision 5652)
@@ -0,0 +1,7 @@
+# include "psphot.h"
+
+int main (int argc, char **argv) {
+
+  psphotSparseMatrixTest ();
+
+}
