From 30b07da7d64c8a7a9f4255683e6d7610f7423e13 Mon Sep 17 00:00:00 2001 From: JomiXedYu Date: Thu, 16 Sep 2021 16:34:13 +0800 Subject: [PATCH] test --- SysLib/UnitTest.lua | 1 + SysLib/_include.lua | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SysLib/UnitTest.lua b/SysLib/UnitTest.lua index bdb24e4..b56e59f 100644 --- a/SysLib/UnitTest.lua +++ b/SysLib/UnitTest.lua @@ -26,4 +26,5 @@ function unittest(tb) ) end print(string.format("--------unit fail list %d/%d : --------\n %s", #errlist, #tb, table.concat(errlist, "\n "))) + print("--------------------------------------") end diff --git a/SysLib/_include.lua b/SysLib/_include.lua index 5bbac33..16a9791 100644 --- a/SysLib/_include.lua +++ b/SysLib/_include.lua @@ -64,6 +64,5 @@ SysLib.Delegate = require "SysLib.Delegate" if _SMPL then Delegate = SysLib. SysLib.Convert = require "SysLib.Convert" if _SMPL then Convert = SysLib.Convert end SysLib.Activator = require "SysLib.Activator" if _SMPL then Activator = SysLib.Activator end -if _DEBUG then - require "SysLib.UnitTest" -end \ No newline at end of file + +require "SysLib.UnitTest" \ No newline at end of file