mirror of
https://github.com/usatiuk/psil.git
synced 2025-10-28 18:57:48 +01:00
simple secd parser
This commit is contained in:
@@ -8,5 +8,16 @@ target_link_libraries(
|
||||
GTest::gtest_main
|
||||
)
|
||||
|
||||
add_executable(
|
||||
VMWithParserTest
|
||||
VMWithParserTest.cpp
|
||||
)
|
||||
target_link_libraries(
|
||||
VMWithParserTest
|
||||
vm
|
||||
GTest::gtest_main
|
||||
)
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(VMTest)
|
||||
gtest_discover_tests(VMTest)
|
||||
gtest_discover_tests(VMWithParserTest)
|
||||
|
||||
Reference in New Issue
Block a user