Lines Matching refs:tests
306 rebuild other target prebuilts or run tests), do:
547 The $NDK/tests directory contains a number of NDK unit-tests that can be
554 $NDK/tests/run-tests.sh --package=<ndk-archive>
557 the tests with it. When all tests have run, the temporary directory is removed
562 $NDK/tests/run-tests.sh --ndk=<path>
565 test suite present under $NDK/tests/, not the one in the remote NDK directory.
571 You can get more traces from the tests by using --verbose. Use it twice to see
574 There are several kinds of tests:
576 - 'build tests' are used to test the building capabilities of the NDK.
577 I.e. the tests will only use them to check that the NDK build system
581 - 'device tests' are used to test both the build and the behaviour of
583 one device or emulator connected to your host machine, 'run-tests.sh'
584 will automatically upload, run and cleanup these tests for you.
586 If adb is not in your path, or no device is connected, run-tests.sh
591 add a unit test to check the feature or the fix. Use $NDK/tests/build for
592 build tests, and $NDK/tests/device for device tests.