-------------------------------------------------------------------------------- --- Test initialization file -- @module test.test-lib.init.strict -- This file is a part of lua-nucleo library -- @copyright lua-nucleo authors (see file `COPYRIGHT` for the license) -------------------------------------------------------------------------------- dofile('lua-nucleo/strict.lua') dofile('lua-nucleo/import.lua') local make_suite = select(1, ...) assert(type(make_suite) == "function") return make_suite