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 Jul 12, 2023
1 parent 4334a5c commit 0122b8c
Show file tree
Hide file tree
Showing 2 changed files with 699 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libc/string/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ void runner(void)
RUN_TEST_GROUP(signal_psignal);
RUN_TEST_GROUP(string_cat);
RUN_TEST_GROUP(string_dup);
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 0122b8c

Please sign in to comment.