aboutsummaryrefslogtreecommitdiff
path: root/test/platform
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-15 13:35:50 +0800
committercrupest <crupest@outlook.com>2022-05-15 13:35:50 +0800
commit2145308fff868b3b0c234d242db4c47ff9607fa3 (patch)
tree4dbe08dcdc9f15b81588e563981323e898dd2a9f /test/platform
parent4cdfef9bb8a25891fd8283efd0ce18c69435aff0 (diff)
downloadcru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.gz
cru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.bz2
cru-2145308fff868b3b0c234d242db4c47ff9607fa3.zip
...
Diffstat (limited to 'test/platform')
-rw-r--r--test/platform/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt
index 014e88fe..37bd7e4a 100644
--- a/test/platform/CMakeLists.txt
+++ b/test/platform/CMakeLists.txt
@@ -1,14 +1,14 @@
-add_executable(cru_platform_base_test
+add_executable(CruPlatformBaseTest
ColorTest.cpp
MatrixTest.cpp
)
-target_link_libraries(cru_platform_base_test PRIVATE cru_platform_base cru_test_base)
+target_link_libraries(CruPlatformBaseTest PRIVATE CruPlatformBase cru_test_base)
if (WIN32)
- add_custom_command(TARGET cru_platform_base_test POST_BUILD
- COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_RUNTIME_DLLS:cru_platform_base_test> $<TARGET_FILE_DIR:cru_platform_base_test>
+ add_custom_command(TARGET CruPlatformBaseTest POST_BUILD
+ COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_RUNTIME_DLLS:CruPlatformBaseTest> $<TARGET_FILE_DIR:CruPlatformBaseTest>
COMMAND_EXPAND_LISTS
)
endif()
-catch_discover_tests(cru_platform_base_test)
+catch_discover_tests(CruPlatformBaseTest)