diff --git a/tests/xmake.lua b/tests/xmake.lua index ba6394e35..24ae12d7a 100644 --- a/tests/xmake.lua +++ b/tests/xmake.lua @@ -16,9 +16,9 @@ add_files("resources.cpp") add_files("Engine/**.cpp") add_includedirs(".") -if xmake.version():ge("2.5.9") then +--[[if xmake.version():ge("2.5.9") then add_rules("c++.unity_build") -end +end]] target("NazaraClientUnitTests") add_deps("NazaraAudio")