3 # convenience script for running the tests outside adt-run
4 # usage: tests/using-intree tests/run-all
9 jcpus=`perl -MSys::CPU -we 'printf "-j%d\n",Sys::CPU::cpu_count()'`
20 exec make $jcpus -k -f tests/Makefile "$@"
21 ) 2>&1 |tee tests/tmp/run-all.log