delphimvcframework/lib/luadelphibinding/unittests/Win32/Debug/Neopallium-lualogging-66d99e6/tests/test.lua
2013-10-31 09:00:06 +00:00

15 lines
240 B
Lua

local test = {
"testConsole.lua",
"testFile.lua",
"testMail.lua",
"testSocket.lua",
"testSQL.lua",
}
print ("Start of Logging tests")
table.foreachi (test, function (i, filename)
dofile(filename)
end)
print ("End of Logging tests")