• Home
Name Date Size #Lines LOC

..--

awk/03-May-2024-268250

build/03-May-2024-15,1179,692

device/03-May-2024-77,17457,064

standalone/03-May-2024-749527

.gitignoreD03-May-202483 65

READMED03-May-2024581 1712

check-release.shD03-May-20244.1 KiB159108

run-tests-all.shD03-May-20246.4 KiB196144

run-tests.shD03-May-202425.9 KiB836654

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