2017-10-10 13:47:01 +00:00
|
|
|
# Copyright (c) 2017 Google Inc.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
2018-11-01 14:19:37 +00:00
|
|
|
add_spvtools_unittest(TARGET utils
|
2017-10-10 13:47:01 +00:00
|
|
|
SRCS ilist_test.cpp
|
2018-11-01 14:19:37 +00:00
|
|
|
bit_vector_test.cpp
|
2019-10-16 20:29:55 +00:00
|
|
|
bitutils_test.cpp
|
2022-02-15 18:57:39 +00:00
|
|
|
hash_combine_test.cpp
|
2018-11-01 14:19:37 +00:00
|
|
|
small_vector_test.cpp
|
2018-04-23 15:13:07 +00:00
|
|
|
LIBS SPIRV-Tools-opt
|
2017-10-10 13:47:01 +00:00
|
|
|
)
|