1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:07:46 +00:00

Tests: Add tests for LibGL shader subsystem

This commit is contained in:
Stephan Unverwerth 2022-08-28 14:30:48 +02:00 committed by Andrew Kaster
parent 848f1d2689
commit 1812a169b8
2 changed files with 63 additions and 0 deletions

View file

@ -1,6 +1,7 @@
set(TEST_SOURCES
TestAPI.cpp
TestRender.cpp
TestShaders.cpp
)
foreach(source IN LISTS TEST_SOURCES)