Merge branch 'develop' of https://github.com/Danoloan10/lms into Danoloan10-develop
This commit is contained in:
@@ -12,5 +12,7 @@ target_link_libraries(test-database PRIVATE
|
|||||||
GTest::GTest
|
GTest::GTest
|
||||||
)
|
)
|
||||||
|
|
||||||
gtest_discover_tests(test-database)
|
if (NOT CMAKE_CROSSCOMPILING)
|
||||||
|
gtest_discover_tests(test-database)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|||||||
@@ -14,5 +14,7 @@ target_link_libraries(test-metadata PRIVATE
|
|||||||
GTest::GTest
|
GTest::GTest
|
||||||
)
|
)
|
||||||
|
|
||||||
gtest_discover_tests(test-metadata)
|
if (NOT CMAKE_CROSSCOMPILING)
|
||||||
|
gtest_discover_tests(test-metadata)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|||||||
@@ -9,5 +9,7 @@ target_link_libraries(test-som PRIVATE
|
|||||||
GTest::GTest
|
GTest::GTest
|
||||||
)
|
)
|
||||||
|
|
||||||
gtest_discover_tests(test-som)
|
if (NOT CMAKE_CROSSCOMPILING)
|
||||||
|
gtest_discover_tests(test-som)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|||||||
@@ -12,5 +12,7 @@ target_link_libraries(test-utils PRIVATE
|
|||||||
GTest::GTest
|
GTest::GTest
|
||||||
)
|
)
|
||||||
|
|
||||||
gtest_discover_tests(test-utils)
|
if (NOT CMAKE_CROSSCOMPILING)
|
||||||
|
gtest_discover_tests(test-utils)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user