aboutsummaryrefslogtreecommitdiff
path: root/test/xml
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/xml
parent4cdfef9bb8a25891fd8283efd0ce18c69435aff0 (diff)
downloadcru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.gz
cru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.bz2
cru-2145308fff868b3b0c234d242db4c47ff9607fa3.zip
...
Diffstat (limited to 'test/xml')
-rw-r--r--test/xml/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/xml/CMakeLists.txt b/test/xml/CMakeLists.txt
index 64f8eab3..73838a35 100644
--- a/test/xml/CMakeLists.txt
+++ b/test/xml/CMakeLists.txt
@@ -1,13 +1,13 @@
-add_executable(cru_xml_test
+add_executable(CruXmlTest
ParserTest.cpp
)
-target_link_libraries(cru_xml_test PRIVATE cru_xml cru_test_base)
+target_link_libraries(CruXmlTest PRIVATE CruXml cru_test_base)
if (WIN32)
- add_custom_command(TARGET cru_xml_test POST_BUILD
- COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_RUNTIME_DLLS:cru_xml_test> $<TARGET_FILE_DIR:cru_xml_test>
+ add_custom_command(TARGET CruXmlTest POST_BUILD
+ COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_RUNTIME_DLLS:CruXmlTest> $<TARGET_FILE_DIR:CruXmlTest>
COMMAND_EXPAND_LISTS
)
endif()
-catch_discover_tests(cru_xml_test)
+catch_discover_tests(CruXmlTest)