blob: 085d5db22ab5013e503bbc431cee4380d5105121 [file] [log] [blame]
Slava Shklyaevfeb87a92018-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. Sandersfc2b10e2018-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",
Michael K. Sandersfc2b10e2018-11-07 15:53:28 +000023 ]
24}
25
26// Tests for V1_1 models using the V1_2 HAL.
27cc_test {
28 name: "VtsHalNeuralnetworksV1_2CompatV1_1TargetTest",
29 defaults: ["VtsHalNeuralNetworksTargetTestDefaults"],
30 srcs: [
31 "GeneratedTestsV1_1.cpp",
Michael K. Sandersfc2b10e2018-11-07 15:53:28 +000032 ],
33}
34
35// Tests for V1_2 models.
Slava Shklyaevfeb87a92018-09-12 14:52:02 +010036cc_test {
37 name: "VtsHalNeuralnetworksV1_2TargetTest",
Michael K. Sandersfc2b10e2018-11-07 15:53:28 +000038 defaults: ["VtsHalNeuralNetworksTargetTestDefaults"],
Slava Shklyaevfeb87a92018-09-12 14:52:02 +010039 srcs: [
40 "BasicTests.cpp",
41 "GeneratedTests.cpp",
Slava Shklyaevfeb87a92018-09-12 14:52:02 +010042 ],
Slava Shklyaevfeb87a92018-09-12 14:52:02 +010043}