diff options
Diffstat (limited to 'test/opt/CMakeLists.txt')
-rw-r--r-- | test/opt/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/opt/CMakeLists.txt b/test/opt/CMakeLists.txt index a0b37901..f2741f67 100644 --- a/test/opt/CMakeLists.txt +++ b/test/opt/CMakeLists.txt @@ -332,3 +332,8 @@ add_spvtools_unittest(TARGET constant_manager LIBS SPIRV-Tools-opt ) +add_spvtools_unittest(TARGET combine_access_chains + SRCS combine_access_chains_test.cpp + LIBS SPIRV-Tools-opt +) + |