Skip to content

Commit a7d6b1e

Browse files
authored
Add unit test coverage for conversion to convolution traits (#3515)
Our concept-base conversions are fragile and too complex. We want to refactor to straightforward functions for each intance trace class template. This change adds unit test coverage to make that refactoring safer.
1 parent 0a474aa commit a7d6b1e

2 files changed

Lines changed: 1130 additions & 1 deletion

File tree

experimental/builder/test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ target_link_libraries(test_ckb_reference_execution PRIVATE utility)
104104

105105
# Tests convolution trait selection and configuration
106106
add_ck_builder_test(test_ckb_conv_traits
107-
conv/ck/test_conv_traits.cpp)
107+
conv/ck/test_conv_traits.cpp
108+
conv/ck/unit_instance_to_conv_traits.cpp)
108109

109110
# Tests convolution problem description and parameter handling
110111
add_ck_builder_test(test_ckb_conv_description

0 commit comments

Comments
 (0)