android_system_core/libutils/tests
Colin Cross a0931ebd64 Add tests for multiton issue
Test accessing a singleton from two libraries, the second of which
depends on the first but is dlopen'd after the first is already
loaded.

Bug: 35674422
Test: out/host/linux-x86/nativetest64/libutils_tests/libutils_tests
Change-Id: I975ba933a19b941a52bdb6e9c221a6910ffb8081
2017-02-28 16:34:35 +00:00
..
Android.bp Add tests for multiton issue 2017-02-28 16:34:35 +00:00
BitSet_test.cpp
BlobCache_test.cpp
Looper_test.cpp
LruCache_test.cpp
README.txt
RefBase_test.cpp
Singleton_test.cpp Add tests for multiton issue 2017-02-28 16:34:35 +00:00
Singleton_test.h Add tests for multiton issue 2017-02-28 16:34:35 +00:00
Singleton_test1.cpp Add tests for multiton issue 2017-02-28 16:34:35 +00:00
Singleton_test2.cpp Add tests for multiton issue 2017-02-28 16:34:35 +00:00
String8_test.cpp
StrongPointer_test.cpp Fix ODR issue in StrongPointer_test.cpp 2017-02-23 21:25:18 -08:00
SystemClock_test.cpp
TestHelpers.h
Unicode_test.cpp
Vector_test.cpp

Run device tests:

mma -j<whatever>
(after adb root; adb disable-verity; adb reboot)
adb root
adb remount
adb sync
adb shell /data/nativetest/libutils_tests/libutils_tests