Expand the testing docs slightly.
Change-Id: I4b172eefd8f456a62b24520a9f04f500a1d6bc85
This commit is contained in:
parent
20de9ef5bd
commit
20758d58dd
1 changed files with 5 additions and 0 deletions
|
@ -211,6 +211,11 @@ The tests are all built from the tests/ directory.
|
|||
$ adb shell \
|
||||
/data/nativetest64/bionic-unit-tests-static/bionic-unit-tests-static64
|
||||
|
||||
Note that we use our own custom gtest runner that offers a superset of the
|
||||
options documented at
|
||||
<https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md#running-test-programs-advanced-options>,
|
||||
in particular for test isolation and parallelism (both on by default).
|
||||
|
||||
### Host tests
|
||||
|
||||
The host tests require that you have `lunch`ed either an x86 or x86_64 target.
|
||||
|
|
Loading…
Reference in a new issue