Lines Matching refs:as
6 # Using bionic as an app developer
50 The `tests/` directory contains unit tests. Roughly arranged as one file per
154 that would make more sense as the place to add the wrapper.
200 If you make a change that is likely to have a wide effect on the tree (such as a
205 either, as `make tests` covers a few additional modules, but generally speaking
232 Most of the unit tests are executed by CTS. By default, CTS runs as
233 a non-root user, so the unit tests must also pass when not run as root.
234 Some tests cannot do any useful work unless run as root. In this case,
249 $ adb unroot # Because real CTS doesn't run as root.
264 You can supply gtest flags as extra arguments to this script.
299 First, build and run the host tests as usual (see above).