Index: /issm/trunk-jpl/externalpackages/scipy/install-macosx-snowleopard.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/scipy/install-macosx-snowleopard.sh	(revision 12625)
+++ /issm/trunk-jpl/externalpackages/scipy/install-macosx-snowleopard.sh	(revision 12626)
@@ -24,4 +24,5 @@
 	cd ..
 	${PYTHON} -c "import numpy; print 'Installed NumPy', numpy.__version__"
+	${PYTHON} -c "import numpy; numpy.test()"
 	
 elif [[ $install == "2" ]];then 
@@ -36,4 +37,5 @@
 	cd ..
 	${PYTHON} -c "import scipy; print 'Installed SciPy', scipy.__version__"
+	${PYTHON} -c "import scipy; scipy.test()"
 
 elif [[ $install == "3" ]];then 
