OSDN Git Service

Add a new unit test that checks that the static C++ constructors of
authorDavid 'Digit' Turner <digit@google.com>
Thu, 28 May 2009 15:37:31 +0000 (17:37 +0200)
committerDavid 'Digit' Turner <digit@google.com>
Thu, 28 May 2009 15:37:31 +0000 (17:37 +0200)
commit611cdccd9690a9083816f6d4746e998d58250a86
tree8c5876982da79ba2d0d319a14a00b6bbf30916fc
parentd7f225b7ebf3bcb9af9df7ecda38125f6e429774
Add a new unit test that checks that the static C++ constructors of
shared libraries and dynamic executables are called only once, and in
the correct order.
tests/bionic/libc/Android.mk
tests/bionic/libc/bionic/lib_static_init.cpp [new file with mode: 0644]
tests/bionic/libc/bionic/lib_static_init.h [new file with mode: 0644]
tests/bionic/libc/bionic/test_static_init.cpp [new file with mode: 0644]