Index: trunk/ippToPsps/unitTests/README
===================================================================
--- trunk/ippToPsps/unitTests/README	(revision 31005)
+++ trunk/ippToPsps/unitTests/README	(revision 31005)
@@ -0,0 +1,3 @@
+Unit tests should be run from this dir, for example, for detections:
+
+./detectionTest/run.s
Index: trunk/ippToPsps/unitTests/detectionTest/ippToPsps_inputFileList
===================================================================
--- trunk/ippToPsps/unitTests/detectionTest/ippToPsps_inputFileList	(revision 31004)
+++ trunk/ippToPsps/unitTests/detectionTest/ippToPsps_inputFileList	(revision 31005)
@@ -1,1 +1,1 @@
-./utest/o5463g0468o.230033.cm.123431.smf
+./detectionTest/o5463g0468o.230033.cm.123431.smf
Index: trunk/ippToPsps/unitTests/detectionTest/run.sh
===================================================================
--- trunk/ippToPsps/unitTests/detectionTest/run.sh	(revision 31004)
+++ trunk/ippToPsps/unitTests/detectionTest/run.sh	(revision 31005)
@@ -1,3 +1,3 @@
-rm ./utest/00230033.FITS; ../src/detectionbatch -input ./utest/ippToPsps_inputFileList -output ./utest/ -D CATDIR /data/ipp004.0/gpc1/catdirs/ThreePi.V1 -config ../config -survey 3PI -results ./utest/results -expid 230033 -expname o5463g0468o -test
+rm ./detectionTest/00230033.FITS; ../src/detectionbatch -input ./detectionTest/ippToPsps_inputFileList -output ./detectionTest/ -D CATDIR /data/ipp004.0/gpc1/catdirs/ThreePi.V1 -config ../config -survey 3PI -results ./detectionTest/results -expid 230033 -expname o5463g0468o -test
 
 echo "";
@@ -6,6 +6,6 @@
 echo "* Diffing new files with 'correct' ones..."
 echo "*"
-diff ./utest/00230033.FITS.CORRECT ./utest/00230033.FITS -s
-diff ./utest/results.correct ./utest/results -s
+diff ./detectionTest/00230033.FITS.CORRECT ./detectionTest/00230033.FITS -s
+diff ./detectionTest/results.correct ./detectionTest/results -s
 echo "*"
 echo "* unit test complete"
