fix(testsuite): unit testing running

This commit is contained in:
matteo 2026-01-24 16:36:23 +01:00
parent 91806d926e
commit 79a73a23a0
5 changed files with 51 additions and 44 deletions

View file

@ -111,7 +111,7 @@ int main(int argc, char **argv)
// init lexer context
struct lexer_context ctx = { 0 };
return_code = main_loop(&ctx, &options,vars);
return_code = main_loop(&ctx, &options, vars);
// === free