Expand the testing docs slightly.

Change-Id: I4b172eefd8f456a62b24520a9f04f500a1d6bc85
This commit is contained in:
Elliott Hughes 2016-07-19 14:09:10 -07:00
parent 20de9ef5bd
commit 20758d58dd

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.