delphimvcframework/lib/luadelphibinding/unittests/Win32/Debug/Neopallium-lualogging-66d99e6/tests/test.lua

15 lines
240 B
Lua
Raw Normal View History

2013-10-31 10:00:06 +01:00
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")