adds test for tracing of sc_fixed datatypes

This commit is contained in:
2024-10-10 12:53:33 +02:00
parent 9a41d1ac80
commit 12f3ecd6f3
5 changed files with 90 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
add_executable (sc_fixed_tracing sc_main.cpp)
target_link_libraries (sc_fixed_tracing LINK_PUBLIC scc-sysc)
add_test(NAME sc_fixed_tracing_test COMMAND sc_fixed_tracing )