NameDateSize

..05-Nov-20144 KiB

.gitignore05-Nov-201483

abcc/05-Nov-20144 KiB

awk/05-Nov-20144 KiB

build/05-Nov-20144 KiB

check-release.sh05-Nov-20144.1 KiB

device/05-Nov-20144 KiB

README05-Nov-2014581

run-libcxx.sh05-Nov-20144.2 KiB

run-tests-all.sh05-Nov-20147.7 KiB

run-tests.sh05-Nov-201434 KiB

standalone/05-Nov-20144 KiB

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