Search Results
lua.cc File Reference
Unit tests for the lua configuration file parser. More...
Detailed Description
Unit tests for the lua configuration file parser.
Definition in file lua.cc.
Include dependency graph for lua.cc:

Go to the source code of this file.
Classes | |
class | LuaCallbackMock |
class | LazyTableMock |
Functions | |
void | execute_string (std::shared_ptr< lua_State > L, const std::string &code) |
TEST_CASE ("lua parsing utilities", "[lua]") | |