Skip to content

Commit

Permalink
libc: string.h: add test groups for strtok, strtok_r, strstr, strpbrk)
Browse files Browse the repository at this point in the history
JIRA: CI-234
  • Loading branch information
maska989 committed Jun 9, 2023
1 parent 1b50fd2 commit ea1cdb6
Show file tree
Hide file tree
Showing 2 changed files with 649 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libc/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ void runner(void)
RUN_TEST_GROUP(string_strcpy_stpcpy);
RUN_TEST_GROUP(string_strlcpy);
RUN_TEST_GROUP(string_strlcat);
RUN_TEST_GROUP(string_tok);
RUN_TEST_GROUP(string_tok_r);
RUN_TEST_GROUP(string_str);
RUN_TEST_GROUP(string_pbrk);
}


Expand Down
Loading

0 comments on commit ea1cdb6

Please sign in to comment.