Miao Wang | 4862d61 | 2018-02-05 17:26:54 -0800 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2018 The Android Open Source Project |
| 3 | // |
| 4 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | // you may not use this file except in compliance with the License. |
| 6 | // You may obtain a copy of the License at |
| 7 | // |
| 8 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | // |
| 10 | // Unless required by applicable law or agreed to in writing, software |
| 11 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | // See the License for the specific language governing permissions and |
| 14 | // limitations under the License. |
| 15 | // |
| 16 | |
Michael K. Sanders | fc2b10e | 2018-11-07 15:53:28 +0000 | [diff] [blame] | 17 | // Tests for V1_0 models using the V1_1 HAL. |
| 18 | cc_test { |
| 19 | name: "VtsHalNeuralnetworksV1_1CompatV1_0TargetTest", |
| 20 | defaults: ["VtsHalNeuralNetworksTargetTestDefaults"], |
| 21 | srcs: [ |
| 22 | "GeneratedTestsV1_0.cpp", |
Michael K. Sanders | fc2b10e | 2018-11-07 15:53:28 +0000 | [diff] [blame] | 23 | ], |
| 24 | } |
| 25 | |
| 26 | // Tests for V1_1 models. |
Miao Wang | 4862d61 | 2018-02-05 17:26:54 -0800 | [diff] [blame] | 27 | cc_test { |
| 28 | name: "VtsHalNeuralnetworksV1_1TargetTest", |
Michael K. Sanders | fc2b10e | 2018-11-07 15:53:28 +0000 | [diff] [blame] | 29 | defaults: ["VtsHalNeuralNetworksTargetTestDefaults"], |
Miao Wang | 4862d61 | 2018-02-05 17:26:54 -0800 | [diff] [blame] | 30 | srcs: [ |
Michael Butler | 7ed6135 | 2018-03-22 16:37:57 -0700 | [diff] [blame] | 31 | "BasicTests.cpp", |
| 32 | "GeneratedTests.cpp", |
Miao Wang | 4862d61 | 2018-02-05 17:26:54 -0800 | [diff] [blame] | 33 | ], |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame^] | 34 | } |
| 35 | |
| 36 | cc_test { |
| 37 | name: "PresubmitHalNeuralnetworksV1_1TargetTest", |
| 38 | defaults: ["VtsHalNeuralNetworksTargetTestDefaults"], |
| 39 | srcs: [ |
| 40 | "BasicTests.cpp", |
| 41 | "GeneratedTests.cpp", |
| 42 | ], |
| 43 | cflags: [ |
| 44 | "-DPRESUBMIT_NOT_VTS", |
| 45 | ], |
Miao Wang | 4862d61 | 2018-02-05 17:26:54 -0800 | [diff] [blame] | 46 | } |