[Feat] (MG_Test/Backend/DirectVulkan): some sanity tests

This commit is contained in:
2026-02-10 13:24:24 +08:00
parent acc826ee9f
commit 1c2924eef9
3 changed files with 122 additions and 0 deletions
+3
View File
@@ -61,3 +61,6 @@ gtest_discover_tests(SanityTest)
add_subdirectory(Buffer)
add_subdirectory(VertexArray)
add_subdirectory(Program)
if (ENABLE_INTEGRATION_TESTS)
add_subdirectory(Backend/DirectVulkan)
endif()