test(furc/ssa): implement tests for SSA

This commit is contained in:
2026-09-10 21:49:25 +02:00
parent 46d0de759a
commit 70375af068
3 changed files with 144 additions and 4 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ include(GoogleTest)
file(GLOB_RECURSE FURVM_TESTS "test/**.cpp")
add_executable(furvm_tests ${FURVM_TESTS})
target_link_libraries(furvm_tests PRIVATE libfurvm GTest::gtest_main)
gtest_discover_tests(furvm_tests)
gtest_discover_tests(furvm_tests)