diff options
| author | Igor Murashkin <iam@google.com> | 2013-06-03 11:33:03 -0700 |
|---|---|---|
| committer | Igor Murashkin <iam@google.com> | 2013-06-03 11:33:03 -0700 |
| commit | 9fa45c021cd011413ac856a6d96a2013f7489313 (patch) | |
| tree | 0d157896c082ef0ff37421d071e7bebe7aca387d /testrunner | |
| parent | d8da72be619c856c589a21805e065fff09d2e667 (diff) | |
testrunner: add mediaintegrationtest
Bug: 9213377
Change-Id: I2fa656768ab497136a408b49831a5cbbc828947f
Diffstat (limited to 'testrunner')
| -rw-r--r-- | testrunner/test_defs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml index 516dc7c1e..37126fa48 100644 --- a/testrunner/test_defs.xml +++ b/testrunner/test_defs.xml @@ -187,6 +187,12 @@ See test_defs.xsd for more information. runner=".MediaFrameworkUnitTestRunner" coverage_target="framework" /> +<test name="mediaintegrationtest" + build_path="frameworks/base/media/tests/MediaFrameworkTest" + package="com.android.mediaframeworktest" + runner=".MediaFrameworkIntegrationTestRunner" + coverage_target="framework" /> + <test-native name="camera-client-native" build_path="frameworks/av/camera/tests/" description="Camera client native tests." /> |
