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
+2 -3
View File
@@ -10,7 +10,6 @@ target_link_libraries(furc PRIVATE libfurc)
include(GoogleTest)
file(GLOB_RECURSE FURC_TESTS "test/**.cpp")
add_executable(furc_tests ${FURC_TESTS})
add_executable(furc_tests "test/ssa.cpp")
target_link_libraries(furc_tests PRIVATE libfurc GTest::gtest_main)
# gtest_discover_tests(furc_tests)
gtest_discover_tests(furc_tests)