DescriptionAdd 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.
R=jkummerow@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=11975
Patch Set 1 #Patch Set 2 : Fix typo #
Total comments: 34
Patch Set 3 : Address comments #
Total comments: 6
Patch Set 4 : Add quotes #
Messages
Total messages: 5 (0 generated)
|