Added test for math module
diff --git a/Lib/test/testall.out b/Lib/test/testall.out
index e69df95..9d210a2 100644
--- a/Lib/test/testall.out
+++ b/Lib/test/testall.out
@@ -138,4 +138,30 @@
 6.5.3 Lists
 6.5.3a Additional list operations
 6.6 Mappings == Dictionaries
+test_math
+math module, testing with eps 1e-05
+constants
+acos
+asin
+atan
+atan2
+ceil
+cos
+cosh
+exp
+fabs
+floor
+fmod
+frexp
+hypot
+ldexp
+log
+log10
+modf
+pow
+sin
+sinh
+sqrt
+tan
+tanh
 Passed all tests.