[Build] Enable test discovery in VS Test Explorer

This commit is contained in:
Herman S.
2026-03-05 16:18:23 +09:00
parent 16d2cc05c5
commit 086decfa6e
5 changed files with 10 additions and 1 deletions

View File

@@ -247,4 +247,6 @@ function(xe_test_suite name base_path)
# Disable Edit and Continue - breaks Catch2 __LINE__ usage
target_compile_options(${name} PRIVATE /Zi)
endif()
catch_discover_tests(${name})
endfunction()