android_system_core/libutils/tests
Mathias Agopian f088e4e238 Remove BlobCAche from libutils
it has moved to libEGL which was the only client.


Test: compiled & Run
Bug: vndk-stable
Change-Id: Ife18727fa1c48b1be6910058867016348b7f02c1
2017-03-10 12:27:46 -08:00
..
Android.bp Remove BlobCAche from libutils 2017-03-10 12:27:46 -08:00
BitSet_test.cpp system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
Looper_test.cpp
LruCache_test.cpp system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
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 libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 2016-08-25 20:07:51 +00:00
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 Unicode: specify destination length in utf8_to_utf16 methods 2016-08-25 19:57:06 +00:00
Vector_test.cpp Make __android_log_assert behave more like libc asserts. 2017-02-06 10:54:00 -08:00

README.txt

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