Skip to content

Commit

Permalink
libc: add additional tests for file stream functionality
Browse files Browse the repository at this point in the history
JIRA: RTOS-892
  • Loading branch information
ziemleszcz committed Oct 23, 2024
1 parent dfb4190 commit 9de5d91
Show file tree
Hide file tree
Showing 2 changed files with 792 additions and 6 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_fread);
RUN_TEST_GROUP(stdio_fwrite);
RUN_TEST_GROUP(stdio_fflush);
}


Expand Down
Loading

0 comments on commit 9de5d91

Please sign in to comment.