Add one simple thread local storage test.
This test should pass with gcc and fail with clang,
until clang/llvm supports emutls or Android linker supports
ELF TLS models.
BUG: 21082792
Change-Id: Id8c97da52c68ec230c7d26af703f6ed32d53a4fe
diff --git a/tests/Android.mk b/tests/Android.mk
index 21deb5c..fc47e80 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -280,6 +280,7 @@
dlfcn_test.cpp \
libdl_test.cpp \
pthread_dlfcn_test.cpp \
+ thread_local_test.cpp \
bionic-unit-tests_cflags := $(test_cflags)