android_system_core/libutils/tests
Yi Kong e1731a4f2e [libutils] Modernize codebase by replacing NULL with nullptr
Fixes -Wzero-as-null-pointer-constant warning.

Test: m
Bug: 68236239
Change-Id: I5e89ec8c42151875439d2656475a8739ab9cb7dc
2018-07-16 18:11:34 -07:00
..
Android.bp bpfmt. 2018-02-16 17:58:14 -08:00
BitSet_test.cpp
Looper_test.cpp [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07:00
LruCache_test.cpp [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07:00
Mutex_test.cpp Add thread safety analysis annotations. 2017-07-21 13:25:42 -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
StrongPointer_test.cpp
SystemClock_test.cpp
TestHelpers.h
Unicode_test.cpp libutils: Fix bug in strstr16. 2017-10-24 10:36:00 -07:00
Vector_test.cpp [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07: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