platform_system_core/libutils/tests
Hans Boehm 2b67ca305e Merge \"Add test for RefBase etc.\"
am: dc9fbc3440

Change-Id: I77ead7f91c17ee8c5614da783152ac3478fc5342
2016-07-14 00:44:58 +00:00
..
Android.bp Add test for RefBase etc. 2016-07-13 12:03:03 -07:00
BitSet_test.cpp libutils: fix signed/unsigned comparison warnings 2015-08-17 20:54:15 -07:00
BlobCache_test.cpp Add test for RefBase etc. 2016-07-13 12:03:03 -07:00
Looper_test.cpp system/core: Make Thread::run threadName argument required 2016-03-12 21:32:52 -08:00
LruCache_test.cpp libutils: fix cache removal when callback invalidates the key 2015-11-20 14:54:51 +00:00
README.txt Add test for RefBase etc. 2016-07-13 12:03:03 -07:00
RefBase_test.cpp Add test for RefBase etc. 2016-07-13 12:03:03 -07:00
String8_test.cpp libutils: add test for String8 2015-09-07 17:12:45 +01:00
StrongPointer_test.cpp Teach sp<> how to std::move 2015-10-29 07:17:40 -07:00
SystemClock_test.cpp SystemClock: add test 2016-05-02 13:59:58 -07:00
TestHelpers.h move libs/utils to libutils 2013-08-02 14:40:08 -07:00
Unicode_test.cpp Add String16#contains and strstr16 methods. 2016-05-09 19:45:07 +01:00
Vector_test.cpp system/core/lib[c]utils: Fix signedness comparison warnings. 2016-03-01 11:21:53 -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