blob: 421922a25e7b86b1efede61356b2af238e6b14d3 [file] [log] [blame]
Michael Butler58caa832019-02-07 13:22:30 -08001{
2 "presubmit": [
3 {
Michael Butler07633282019-08-29 11:08:25 -07004 "name": "VtsHalNeuralnetworksV1_0TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -08005 "options": [
6 {
Michael Butler07633282019-08-29 11:08:25 -07007 // Just use sample-all driver for presubmit tests for faster results.
8 // The other sample drivers (fast-float, quant, etc.) are subsets of
9 // sample-all.
10 "native-test-flag": "--gtest_filter=*sample_all*"
Michael Butler58caa832019-02-07 13:22:30 -080011 }
12 ]
13 },
14 {
Michael Butler07633282019-08-29 11:08:25 -070015 "name": "VtsHalNeuralnetworksV1_1TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080016 "options": [
17 {
Michael Butler07633282019-08-29 11:08:25 -070018 // Just use sample-all driver for presubmit tests for faster results.
19 // The other sample drivers (fast-float, quant, etc.) are subsets of
20 // sample-all.
21 "native-test-flag": "--gtest_filter=*sample_all*"
Michael Butler58caa832019-02-07 13:22:30 -080022 }
23 ]
24 },
25 {
Michael Butler07633282019-08-29 11:08:25 -070026 "name": "VtsHalNeuralnetworksV1_2TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080027 "options": [
28 {
Michael Butler07633282019-08-29 11:08:25 -070029 // Just use sample-all driver for presubmit tests for faster results.
30 // The other sample drivers (fast-float, quant, etc.) are subsets of
31 // sample-all.
32 "native-test-flag": "--gtest_filter=*sample_all*"
Michael Butler58caa832019-02-07 13:22:30 -080033 }
34 ]
35 }
36 ]
37}