Moved unit tests close to the sources
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
include(GoogleTest)
|
||||
|
||||
add_executable(test-utils
|
||||
String.cpp
|
||||
RecursiveSharedMutex.cpp
|
||||
Utils.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(test-utils PRIVATE
|
||||
lmsutils
|
||||
Threads::Threads
|
||||
GTest::GTest
|
||||
)
|
||||
|
||||
gtest_discover_tests(test-utils)
|
||||
|
||||
Reference in New Issue
Block a user