Index: trunk/psModules/src/mainpage.dox
===================================================================
--- trunk/psModules/src/mainpage.dox	(revision 2117)
+++ trunk/psModules/src/mainpage.dox	(revision 2124)
@@ -99,6 +99,12 @@
 
 To test the installation, users may execute the unit tests which are automatically built
-when the user performs a make from the /psModule directory.
-
+when the user performs a make from the psModule directory.
+<pre>
+$ cd psModule/test
+$ tst_pmFlatField
+$ tst_pmMaskBadPixels  
+$ tst_pmNonLinear
+$ tst_pmSubtractBias
+</pre>
 <i>This builds and installs the unit test files to the psLib/testbin directory.</i>
 
@@ -108,5 +114,5 @@
 documentation embedded in the code using the following commands:
 <pre>
-$ cd psModule
+$ cd psModule/src
 $ doxygen Doxyfile
 </pre>
