Add lua tests for config file parsing

Bare-bones for now, more tests needed.
This commit is contained in:
Pasi Kallinen
2021-02-10 19:15:35 +02:00
parent 9576154690
commit cc25f40d69
5 changed files with 107 additions and 0 deletions

View File

@@ -830,6 +830,7 @@ static const struct luaL_Reg nhl_functions[] = {
{"level_difficulty", nhl_level_difficulty},
{"parse_config", nhl_parse_config},
{"get_config", nhl_get_config},
{"get_config_errors", l_get_config_errors},
{NULL, NULL}
};