Merge pull request #1588 from ThomasWilshaw/test_naming
Update standard test name to improve usability in Visual Studio.
This commit is contained in:
@@ -62,7 +62,11 @@ function(olive_add_test GROUP NAME SOURCE)
|
||||
PRIVATE
|
||||
${OLIVE_COMPILE_OPTIONS}
|
||||
)
|
||||
add_test(${NAME} ${NAME})
|
||||
if (MSVC)
|
||||
add_test("Olive.${GROUP}.${NAME}" ${NAME})
|
||||
else()
|
||||
add_test(${NAME} ${NAME})
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
add_subdirectory(compositing)
|
||||
|
||||
Reference in New Issue
Block a user