Accuracy tests for libm

This patch adds tests for 14 math functions to address coverage
issue of math functions discussed in:
https://android-review.googlesource.com/#/c/49653/

Change-Id: Ia7200b93d4f5c7928a3fb827ca6932226384a116
Signed-off-by: Jingwei Zhang <jingwei.zhang@intel.com>
Signed-off-by: Yong Yao <yong.yao@intel.com>
diff --git a/tests/Android.mk b/tests/Android.mk
index 1e4900f..9a17c10 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -59,6 +59,20 @@
     libgen_test.cpp \
     locale_test.cpp \
     malloc_test.cpp \
+    math_cos_test.cpp \
+    math_cosf_test.cpp \
+    math_exp_test.cpp \
+    math_expf_test.cpp \
+    math_log_test.cpp \
+    math_logf_test.cpp \
+    math_pow_test.cpp \
+    math_powf_test.cpp \
+    math_sin_test.cpp \
+    math_sinf_test.cpp \
+    math_sincos_test.cpp \
+    math_sincosf_test.cpp \
+    math_tan_test.cpp \
+    math_tanf_test.cpp \
     math_test.cpp \
     mntent_test.cpp \
     netdb_test.cpp \