diff options
Diffstat (limited to 'tests/Android.mk')
-rw-r--r-- | tests/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index 0685d4a13..ed1df6e6b 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -51,6 +51,7 @@ test_c_flags = \ -g \ -Wall -Wextra \ -Werror \ + -fno-builtin \ test_src_files = \ debug_format_test.cpp \ @@ -59,6 +60,7 @@ test_src_files = \ getauxval_test.cpp \ getcwd_test.cpp \ libgen_test.cpp \ + math_test.cpp \ pthread_test.cpp \ regex_test.cpp \ signal_test.cpp \ |