adds cci test setup, needs to becomne self-checking

This commit is contained in:
2022-11-11 08:25:11 +01:00
parent aee2211d10
commit ea6d56f413
8 changed files with 779 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
add_executable (cci-example
sc_main.cpp
)
target_link_libraries (cci-example LINK_PUBLIC scc-sysc)
add_test(NAME cci-example_test COMMAND cci-example)