Home | History | Annotate | only in /ndk/tests
Up to higher level directory
NameDateSize
.gitignore05-Aug-201583
abcc/05-Aug-2015
awk/05-Aug-2015
build/05-Aug-2015
check-release.sh05-Aug-20154.1K
device/05-Aug-2015
README05-Aug-2015581
run-libcxx.sh05-Aug-20154.2K
run-tests-all.sh05-Aug-20157.7K
run-tests.sh05-Aug-201534K
standalone/05-Aug-2015

README

      1 This directory contains scripts and sources to perform automated testing
      2 of the NDK. Before making a new NDK release, please run tests/run-tests.sh
      3 to ensure that everything is working properly.
      4 
      5 Directory layout:
      6 
      7 run-tests.sh
      8     Run all NDK automated tests. Use --help for more options.
      9 
     10 build/
     11     Contains tests used to check the NDK build system itself.
     12 
     13 device/
     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