adds cci test setup, needs to becomne self-checking
This commit is contained in:
5
tests/configuration/CMakeLists.txt
Normal file
5
tests/configuration/CMakeLists.txt
Normal 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)
|
Reference in New Issue
Block a user