Lines Matching refs:tests
30 (build system, docs, samples, tests).
59 * `tests/`
119 Running the NDK tests requires a complete NDK package (see previous steps).
123 $ NDK=/path/to/extracted/ndk python tests/run-all.py --abi $ABI_TO_TEST
126 To run the tests with Clang, use the option `--toolchain clang`.
128 The full test suite includes tests which run on a device or emulator, so you'll
131 tests, you can run just the `build` or `awk` test suites with the `--suite`
134 The libc++ tests are not currently integrated into the main NDK tests. To run
135 the libc++ tests:
141 Note that these tests are far from failure free (especially on 32-bit ARM). In
142 general, most of these tests are locale related and fail because we don't
146 can be modified to use `-lc++_static` *before* `-lgcc` and the tests will then