Skip to content

Commit

Permalink
libc: add stdio_indicator tests
Browse files Browse the repository at this point in the history
JIRA: CI-366
  • Loading branch information
KArkadiusz committed Apr 30, 2024
1 parent d6bcaf7 commit 3b1099f
Show file tree
Hide file tree
Showing 2 changed files with 631 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc/stdio/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ void runner(void)
RUN_TEST_GROUP(stdio_fileseek);
RUN_TEST_GROUP(stdio_fileop);
RUN_TEST_GROUP(stdio_bufs);
RUN_TEST_GROUP(stdio_feof);
RUN_TEST_GROUP(stdio_ftell);
RUN_TEST_GROUP(stdio_getdelim);
}


Expand Down
Loading

0 comments on commit 3b1099f

Please sign in to comment.