Cleanup: Move vulkan specific tests in tests folder

When reviewing the render graph core PR, we discussed where specific
backend tests should be located. The code style is clear that it
needs to be located in a tests folder next to the code it tests.

This PR moved the tests folder from next to the files they test to
a tests folder.

Pull Request: https://projects.blender.org/blender/blender/pulls/120777
This commit is contained in:
Jeroen Bakker
2024-04-18 12:47:23 +02:00
parent 23348d4a5c
commit 189113c727
3 changed files with 2 additions and 2 deletions

View File

@@ -910,8 +910,8 @@ if(WITH_GTESTS)
if(WITH_VULKAN_BACKEND)
list(APPEND TEST_SRC
vulkan/vk_data_conversion_test.cc
vulkan/vk_memory_layout_test.cc
vulkan/tests/vk_data_conversion_test.cc
vulkan/tests/vk_memory_layout_test.cc
)
endif()