Reviewers: Jakob, Message: Please take a look.
Description: Add Makefile targets for running tests on Android. This allows to run tests on the attached Android device using
make android.check make android.debug.check make android.release.check ANDROID_V8=/data/local/v8 TESTJOBS=-j4 make android.release.check -j10
Tests and binaries are copied to device location specified by the ANDROID_V8 variable and then tests are executed using the 'adb shell' program. [email protected] Please review this at https://chromiumcodereview.appspot.com/10696048/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M Makefile M test/cctest/cctest.status M test/cctest/testcfg.py M test/mjsunit/mjsunit.status A tools/android-run.py A + tools/android-sync.sh M tools/test-wrapper-gypbuild.py M tools/test.py -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
