-------------------------------------------------------------------------------- -- 0410-code-profile.lua: -- This file is a part of lua-nucleo library -- Copyright (c) lua-nucleo authors (see file `COPYRIGHT` for the license) -------------------------------------------------------------------------------- -- TODO: Add description! -- TODO: Write tests! -- #tmp678 local make_suite = assert(loadfile('test/test-lib/init/strict.lua'))(...) local test = make_suite("code_profile") test:TODO "write tests"