Merge "Simplify NNAPI VTS TEST_MAPPING options"

am: 950dcb63cf

Change-Id: I0e671beccc5486bf91c8f11f8f589d300ba9068b
This commit is contained in:
Michael Butler
2019-10-30 11:13:30 -07:00
committed by android-build-merger

View File

@@ -7,7 +7,7 @@
// Just use sample-all driver for presubmit tests for faster results.
// The other sample drivers (fast-float, quant, etc.) are subsets of
// sample-all.
"native-test-flag": "--gtest_filter=*sample_all*"
"include-filter": "*sample_all*"
}
]
},
@@ -18,7 +18,7 @@
// Just use sample-all driver for presubmit tests for faster results.
// The other sample drivers (fast-float, quant, etc.) are subsets of
// sample-all.
"native-test-flag": "--gtest_filter=*sample_all*"
"include-filter": "*sample_all*"
}
]
},
@@ -29,7 +29,7 @@
// Just use sample-all driver for presubmit tests for faster results.
// The other sample drivers (fast-float, quant, etc.) are subsets of
// sample-all.
"native-test-flag": "--gtest_filter=*sample_all*"
"include-filter": "*sample_all*"
}
]
}