Index: trunk/psLib/test/math/tst_psStats07.c
===================================================================
--- trunk/psLib/test/math/tst_psStats07.c	(revision 5113)
+++ trunk/psLib/test/math/tst_psStats07.c	(revision 5116)
@@ -494,4 +494,10 @@
     psBool rc1 = t01();
 
+    if (rc0 & rc1) {
+        printf("TEST PASSED.\n");
+    } else {
+        printf("TEST FAILED.\n");
+    }
+
     return(rc0 & rc1);
 }
