summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-11-02 17:05:20 -0700
committerElliott Hughes <enh@google.com>2012-11-05 08:50:19 -0800
commit90e10d41c4271a5d517f60f4ff1d2891b8ccc034 (patch)
tree95e944b98a2413d4be4be1a82aa71e758fcccc05 /tests/Android.mk
parent9df2e000b5d56b2e529656034d684e370aa6a8d1 (diff)
downloadbionic-90e10d41c4271a5d517f60f4ff1d2891b8ccc034.zip
bionic-90e10d41c4271a5d517f60f4ff1d2891b8ccc034.tar.gz
bionic-90e10d41c4271a5d517f60f4ff1d2891b8ccc034.tar.bz2
Rewrite <fenv.h> for ARM.
The old code was one big no-op. Bug: http://code.google.com/p/android/issues/detail?id=38196 Change-Id: I201a6ffa477385b2629f45e8c948bdfbd47b5bf1
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 9d5cd36..66d023f 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -26,6 +26,7 @@ test_c_flags = \
test_src_files = \
dirent_test.cpp \
+ fenv_test.cpp \
getcwd_test.cpp \
libgen_test.cpp \
pthread_test.cpp \