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
2470451d96058e58b38073cbdb4df238dfbc11c7
XCEngine/tests/RHI/integration/CMakeLists.txt

7 lines
111 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_subdirectory(minimal)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 53ms 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