38.16.1. Automated tests
Run almost all tests:
./build-test --all-archs --all-emulators --size 3 && \ ./test --size 3 echo $?
should output 0.
Sources:
The test script runs several different types of tests, which can also be run separately as explained at:
test does not all possible tests, because there are too many possible variations and that would take forever. The rationale is the same as for ./build all
and is explained in ./build --help
.