Skip to content

Commit 30b07da

Browse files
committed
test
1 parent 53ae221 commit 30b07da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SysLib/UnitTest.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ function unittest(tb)
2626
)
2727
end
2828
print(string.format("--------unit fail list %d/%d : --------\n %s", #errlist, #tb, table.concat(errlist, "\n ")))
29+
print("--------------------------------------")
2930
end

SysLib/_include.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ SysLib.Delegate = require "SysLib.Delegate" if _SMPL then Delegate = SysLib.
6464
SysLib.Convert = require "SysLib.Convert" if _SMPL then Convert = SysLib.Convert end
6565
SysLib.Activator = require "SysLib.Activator" if _SMPL then Activator = SysLib.Activator end
6666

67-
if _DEBUG then
68-
require "SysLib.UnitTest"
69-
end
67+
68+
require "SysLib.UnitTest"

0 commit comments

Comments
 (0)