blob: 0c97613d2395404481e986b7e3526f6dfb1cc417 [file] [log] [blame]
// Below lists the TEST_MAPPING tests to do TF integration tests to make sure
// the expectation of setup with different target_preparers + run are still good.
{
"presubmit": [
{
// Instrumentation Test with Annotation Filter/PushFilePreparer/
// RumCommandTargetPreparer/TestFilePushSetup
"name": "HelloWorldTests",
"options": [
{
"instrumentation-arg": "annotation:=android.support.test.filters.SmallTest"
}
]
},
{
"name": "hello_world_test",
"host": true
},
{
// Instrumentation Test with FilePusher/ApkInstaller/RunCommandTargetPreparer.
"name": "CtsApacheHttpLegacy27ApiSignatureTestCases"
},
{
// Gtest with FilePusher to push the whole testdata(libs/files).
"name": "ziparchive-tests"
},
{
// Jar Host with ApkInstaller.
"name": "CtsSampleHostTestCases"
}
]
}