1fd4e5da5Sopenharmony_ci# Copyright (c) 2017 Pierre Moreau 2fd4e5da5Sopenharmony_ci# 3fd4e5da5Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 4fd4e5da5Sopenharmony_ci# you may not use this file except in compliance with the License. 5fd4e5da5Sopenharmony_ci# You may obtain a copy of the License at 6fd4e5da5Sopenharmony_ci# 7fd4e5da5Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 8fd4e5da5Sopenharmony_ci# 9fd4e5da5Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 10fd4e5da5Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 11fd4e5da5Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12fd4e5da5Sopenharmony_ci# See the License for the specific language governing permissions and 13fd4e5da5Sopenharmony_ci# limitations under the License. 14fd4e5da5Sopenharmony_ci 15fd4e5da5Sopenharmony_ci 16fd4e5da5Sopenharmony_ciadd_spvtools_unittest(TARGET link 17fd4e5da5Sopenharmony_ci SRCS 18fd4e5da5Sopenharmony_ci binary_version_test.cpp 19fd4e5da5Sopenharmony_ci entry_points_test.cpp 20fd4e5da5Sopenharmony_ci global_values_amount_test.cpp 21fd4e5da5Sopenharmony_ci ids_limit_test.cpp 22fd4e5da5Sopenharmony_ci matching_imports_to_exports_test.cpp 23fd4e5da5Sopenharmony_ci memory_model_test.cpp 24fd4e5da5Sopenharmony_ci partial_linkage_test.cpp 25fd4e5da5Sopenharmony_ci unique_ids_test.cpp 26fd4e5da5Sopenharmony_ci type_match_test.cpp 27fd4e5da5Sopenharmony_ci LIBS SPIRV-Tools-opt SPIRV-Tools-link 28fd4e5da5Sopenharmony_ci) 29