Add test runner scripts for instrumentation tests

BUG=599919
NOTRY=True
TBR=perkj@webrtc.org

Review URL: https://codereview.webrtc.org/1863363002

Cr-Commit-Position: refs/heads/master@{#12294}
This commit is contained in:
agrieve
2016-04-08 06:54:23 -07:00
committed by Commit bot
parent 5b5129a2ad
commit babf8ee78c
2 changed files with 12 additions and 2 deletions

View File

@ -454,8 +454,13 @@
'apk_name': 'AppRTCDemoTest',
'java_in_dir': 'examples/androidtests',
'is_test_apk': 1,
'test_type': 'instrumentation',
'test_runner_path': '<(DEPTH)/webrtc/build/android/test_runner.py',
},
'includes': [ '../build/java_apk.gypi' ],
'includes': [
'../build/java_apk.gypi',
'../build/android/test_runner.gypi',
],
},
], # targets
}], # OS=="android"