Logo
Explore Help
Register Sign In
xuanchi/XCEngine
1
1
Fork 0
You've already forked XCEngine
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
39edb0b497acc62b6c569e2e8b1422e4f7807115
XCEngine/tests/RHI/integration/CMakeLists.txt

11 lines
187 B
CMake
Raw Normal View History

test: Add RHI integration test framework Add integration tests for RHI module: - Add tests/RHI/integration/ directory with CMakeLists.txt - Add RHIIntegrationFixture for shared test utilities - Add minimal integration test (window creation, basic rendering) - Add compare_ppm.py for image comparison - Add run_integration_test.py test runner script These integration tests verify the complete rendering pipeline by comparing rendered output against ground truth PPM files.
2026-03-25 19:00:30 +08:00
cmake_minimum_required(VERSION 3.15)
find_package(GTest REQUIRED)
enable_testing()
Add pure RHI triangle integration test
2026-03-25 23:29:58 +08:00
add_subdirectory(minimal)
add_subdirectory(triangle)
Fix RHI texture binding and add pure quad test
2026-03-26 00:47:12 +08:00
add_subdirectory(quad)
Fix RHI constant binding and add sphere test
2026-03-26 01:23:29 +08:00
add_subdirectory(sphere)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 56ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API