Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder

Also renamed NazaraUnitTests to UnitTests
This commit is contained in:
SirLynix
2022-12-26 08:44:11 +01:00
parent fe8715f1fb
commit 4b804dc613
71 changed files with 33 additions and 36 deletions

View File

@@ -79,7 +79,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.mode != 'releasedbg'
run: xmake run NazaraUnitTests
run: xmake run UnitTests
# Setup installation configuration
- name: Configure xmake for installation