mirror of
https://github.com/usatiuk/psil.git
synced 2025-10-28 18:57:48 +01:00
init
This commit is contained in:
12
test/vm/CMakeLists.txt
Normal file
12
test/vm/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
add_executable(
|
||||
VMTest
|
||||
VMTest.cpp
|
||||
)
|
||||
target_link_libraries(
|
||||
VMTest
|
||||
vm
|
||||
GTest::gtest_main
|
||||
)
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(VMTest)
|
||||
Reference in New Issue
Block a user