mirror of
https://github.com/usatiuk/remotefs.git
synced 2025-10-28 15:37:48 +01:00
dump
This commit is contained in:
13
utils/tests/CMakeLists.txt
Normal file
13
utils/tests/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
include(gTest)
|
||||
|
||||
add_executable(
|
||||
SerializableHelperTest
|
||||
src/SerializableHelperTest.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
SerializableHelperTest PRIVATE
|
||||
GTest::gtest_main utils
|
||||
)
|
||||
|
||||
gtest_discover_tests(SerializableHelperTest DISCOVERY_TIMEOUT 600)
|
||||
Reference in New Issue
Block a user