spdlog/out/win32_amd64/tests/CTestTestfile.cmake

22 lines
2.2 KiB
CMake

# CMake generated Testfile for
# Source directory: C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/tests
# Build directory: C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/out/win32_amd64/tests
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
if("${CTEST_CONFIGURATION_TYPE}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
add_test(spdlog-utests "C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/out/win32_amd64/tests/Debug/spdlog-utests.exe")
set_tests_properties(spdlog-utests PROPERTIES _BACKTRACE_TRIPLES "C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/tests/CMakeLists.txt;53;add_test;C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/tests/CMakeLists.txt;0;")
elseif("${CTEST_CONFIGURATION_TYPE}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
add_test(spdlog-utests "C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/out/win32_amd64/tests/Release/spdlog-utests.exe")
set_tests_properties(spdlog-utests PROPERTIES _BACKTRACE_TRIPLES "C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/tests/CMakeLists.txt;53;add_test;C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/tests/CMakeLists.txt;0;")
elseif("${CTEST_CONFIGURATION_TYPE}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
add_test(spdlog-utests "C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/out/win32_amd64/tests/MinSizeRel/spdlog-utests.exe")
set_tests_properties(spdlog-utests PROPERTIES _BACKTRACE_TRIPLES "C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/tests/CMakeLists.txt;53;add_test;C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/tests/CMakeLists.txt;0;")
elseif("${CTEST_CONFIGURATION_TYPE}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
add_test(spdlog-utests "C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/out/win32_amd64/tests/RelWithDebInfo/spdlog-utests.exe")
set_tests_properties(spdlog-utests PROPERTIES _BACKTRACE_TRIPLES "C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/tests/CMakeLists.txt;53;add_test;C:/Users/WolverinDEV/TeaRoot-Client/third_party/spdlog/tests/CMakeLists.txt;0;")
else()
add_test(spdlog-utests NOT_AVAILABLE)
endif()