Use bestline library, update test logs

This commit is contained in:
2022-05-30 02:08:15 +04:00
parent cfc0102d28
commit 219d72226a
23 changed files with 3826 additions and 218 deletions

View File

@@ -7,6 +7,7 @@ struct shell_ctx {
FILE *fin;
FILE *fout;
int reproducible;
const char *hist_file;
};
void *run_test(struct shell_ctx *ctx);