mirror of
https://github.com/usatiuk/psil.git
synced 2025-10-28 18:57:48 +01:00
gc seems to work!
This commit is contained in:
@@ -18,6 +18,17 @@ target_link_libraries(
|
||||
GTest::gtest_main
|
||||
)
|
||||
|
||||
add_executable(
|
||||
GCTest
|
||||
GCTest.cpp
|
||||
)
|
||||
target_link_libraries(
|
||||
GCTest
|
||||
vm
|
||||
GTest::gtest_main
|
||||
)
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(VMTest)
|
||||
gtest_discover_tests(VMWithParserTest)
|
||||
gtest_discover_tests(GCTest)
|
||||
|
||||
Reference in New Issue
Block a user