blob: 5b119ee833575cf617a84e692e7ffc3776533100 [file] [log] [blame]
Slava Shklyaev871be942018-09-12 14:52:02 +01001//
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. Sanders0fb38922018-11-07 15:53:28 +000017// Tests for V1_0 models using the V1_2 HAL.
18cc_test {
19 name: "VtsHalNeuralnetworksV1_2CompatV1_0TargetTest",
20 defaults: ["VtsHalNeuralNetworksTargetTestDefaults"],
21 srcs: [
22 "GeneratedTestsV1_0.cpp",
Keun Soo YIMff84c372018-11-27 14:04:42 -080023 ],
24 test_suites: ["general-tests"],
Michael K. Sanders0fb38922018-11-07 15:53:28 +000025}
26
27// Tests for V1_1 models using the V1_2 HAL.
28cc_test {
29 name: "VtsHalNeuralnetworksV1_2CompatV1_1TargetTest",
30 defaults: ["VtsHalNeuralNetworksTargetTestDefaults"],
31 srcs: [
32 "GeneratedTestsV1_1.cpp",
Michael K. Sanders0fb38922018-11-07 15:53:28 +000033 ],
Keun Soo YIMff84c372018-11-27 14:04:42 -080034 test_suites: ["general-tests"],
Michael K. Sanders0fb38922018-11-07 15:53:28 +000035}
36
37// Tests for V1_2 models.
Slava Shklyaev871be942018-09-12 14:52:02 +010038cc_test {
39 name: "VtsHalNeuralnetworksV1_2TargetTest",
Michael K. Sanders0fb38922018-11-07 15:53:28 +000040 defaults: ["VtsHalNeuralNetworksTargetTestDefaults"],
Slava Shklyaev871be942018-09-12 14:52:02 +010041 srcs: [
42 "BasicTests.cpp",
43 "GeneratedTests.cpp",
Slava Shklyaev871be942018-09-12 14:52:02 +010044 ],
Keun Soo YIMff84c372018-11-27 14:04:42 -080045 test_suites: ["general-tests"],
Slava Shklyaev871be942018-09-12 14:52:02 +010046}