Merge "Expand the testing docs slightly."

This commit is contained in:
Treehugger Robot 2016-07-19 21:57:27 +00:00 committed by Gerrit Code Review
commit d941f72e75
1 changed files with 5 additions and 0 deletions

View File

@ -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.