Skip to content

Commit

Permalink
libc: added tests for stat functions
Browse files Browse the repository at this point in the history
Added tests for stat(), lstat(), fstat()

JIRA CI-236
  • Loading branch information
mateusz-bloch authored and damianloew committed Jul 6, 2023
1 parent 1fc9591 commit 65a9a0a
Show file tree
Hide file tree
Showing 2 changed files with 1,057 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc/misc/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ void runner(void)
RUN_TEST_GROUP(stdlib_env);
RUN_TEST_GROUP(ctype);
RUN_TEST_GROUP(stdlib_bsearch);
RUN_TEST_GROUP(stat_mode);
RUN_TEST_GROUP(stat_nlink_size_blk_tim);
RUN_TEST_GROUP(stat_errno);
}


Expand Down
Loading

0 comments on commit 65a9a0a

Please sign in to comment.