adds initial files for mt test
Some checks failed
SCC Test/pipeline/head There was a failure building this commit

This commit is contained in:
2025-10-21 16:52:01 +02:00
parent b2fba1af37
commit 7bb02bb49e
11 changed files with 197 additions and 33 deletions

View File

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