Files
NazaraEngine/tests/xmake.lua
SirLynix 4b804dc613 Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder
Also renamed NazaraUnitTests to UnitTests
2022-12-26 08:44:11 +01:00

8 lines
144 B
Lua

option("tests", { description = "Build tests", default = true })
if has_config("tests") then
set_group("Tests")
includes("*/xmake.lua")
end