Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
abcc/ | 03-May-2024 | - | 3,112 | 2,391 | ||
awk/ | 03-May-2024 | - | 268 | 250 | ||
build/ | 03-May-2024 | - | 18,066 | 11,793 | ||
device/ | 03-May-2024 | - | 186,837 | 135,135 | ||
standalone/ | 03-May-2024 | - | 841 | 607 | ||
.gitignore | D | 03-May-2024 | 83 | 6 | 5 | |
README | D | 03-May-2024 | 581 | 17 | 12 | |
check-release.sh | D | 03-May-2024 | 4.1 KiB | 159 | 108 | |
run-libcxx.sh | D | 03-May-2024 | 4.2 KiB | 110 | 92 | |
run-tests-all.sh | D | 03-May-2024 | 7.7 KiB | 233 | 176 | |
run-tests.sh | D | 03-May-2024 | 34 KiB | 1,012 | 805 |
README
1This directory contains scripts and sources to perform automated testing 2of the NDK. Before making a new NDK release, please run tests/run-tests.sh 3to ensure that everything is working properly. 4 5Directory layout: 6 7run-tests.sh 8 Run all NDK automated tests. Use --help for more options. 9 10build/ 11 Contains tests used to check the NDK build system itself. 12 13device/ 14 Contains tests used to check that NDK-generated binaries work properly 15 on an Android device. To run them, call "run-tests.sh" with the "adb" tool 16 in your path (or with the --adb=<executable> option). 17