adds test for restricted cci_params

This commit is contained in:
2024-04-04 22:19:43 +02:00
parent 7f508b1006
commit e27b33947b
5 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
project (cci_param_restricted)
add_executable(${PROJECT_NAME}
test.cpp
${test_util_SOURCE_DIR}/sc_main.cpp
)
target_link_libraries (${PROJECT_NAME} PUBLIC test_util)
catch_discover_tests(${PROJECT_NAME})