From 1aa56b4db80ddc29ceecc40f2ece3a6899aa3131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 23 Dec 2021 18:26:00 +0100 Subject: [PATCH] Tests: disable unity buildd --- tests/xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")