• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

abcc/22-Nov-2023-3,1892,423

awk/22-Nov-2023-268250

build/22-Nov-2023-18,35911,994

device/22-Nov-2023-186,951135,206

standalone/22-Nov-2023-841607

.gitignoreD22-Nov-202383 65

READMED22-Nov-2023581 1712

check-release.shD22-Nov-20234.1 KiB159108

run-libcxx.shD22-Nov-20234.3 KiB11192

run-tests-all.shD22-Nov-20237.7 KiB233176

run-tests.shD22-Nov-202334.4 KiB1,022815

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