Move scripts to separate dirs.

This commit is contained in:
Alexey Melnichuk
2016-02-24 14:44:50 +03:00
parent 4735d9f41c
commit 466f85a0be
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
local Cache = require 'resources.functions.cache'
local Database = require 'resources.functions.database'
Database.__self_test__({
"native",
"luasql",
"odbc",
"odbcpool",
},
"system")
Cache._self_test()