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

@@ -743,6 +743,9 @@ extern void makerogueghost(void);
/* ### files.c ### */
#if !defined(CROSSCOMPILE) || defined(CROSSCOMPILE_TARGET)
extern int l_get_config_errors(lua_State *);
#endif
extern char *fname_encode(const char *, char, char *, char *, int);
extern char *fname_decode(char, char *, char *, int);
extern const char *fqname(const char *, int, int);