adds quantum_keeper_mt test
Some checks failed
SCC Test/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-25 06:53:11 +01:00
parent bd032c08ce
commit 3082b3c98b
5 changed files with 29 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
if(SC_VERSION_MAJOR GREATER 2)
add_executable (quantum_keeper_mt sc_main.cpp)
target_link_libraries (quantum_keeper_mt LINK_PUBLIC scc-sysc)
target_link_libraries (quantum_keeper_mt LINK_PUBLIC scc::components)
add_test(NAME quantum_keeper_mt COMMAND quantum_keeper_mt)
endif()