am 13cee57d: Merge "Remove libdl* tests from bionic-unit-tests-static"

* commit '13cee57dee4ebd14b57e7b5acd372228eb9c4a37':
  Remove libdl* tests from bionic-unit-tests-static
This commit is contained in:
Dmitriy Ivanov 2015-06-22 19:50:49 +00:00 committed by Android Git Automerger
commit c29626c12a

View File

@ -49,9 +49,6 @@ endif
test_cppflags = \
-std=gnu++11 \
libBionicStandardTests_src_files_target := \
libdl_test.cpp \
libBionicStandardTests_src_files := \
arpa_inet_test.cpp \
buffer_tests.cpp \
@ -275,6 +272,7 @@ bionic-unit-tests_src_files := \
dlext_test.cpp \
__cxa_thread_atexit_test.cpp \
dlfcn_test.cpp \
libdl_test.cpp \
pthread_dlfcn_test.cpp \
bionic-unit-tests_cflags := $(test_cflags)