fix(testsuite): unit testing running
This commit is contained in:
parent
91806d926e
commit
79a73a23a0
5 changed files with 51 additions and 44 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue