Merge "Simplify NNAPI VTS TEST_MAPPING options" am: 950dcb63cf am: cf57e42449

am: 2951b226a2

Change-Id: I98e6aafcac065e5040652acdf9865733b3898722
This commit is contained in:
Michael Butler
2019-10-30 11:26:33 -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*"
}
]
}