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 authored and damianloew committed Sep 13, 2023
1 parent aa83bda commit e27b3ef
Show file tree
Hide file tree
Showing 2 changed files with 1,041 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 @@ -39,6 +39,10 @@ void runner(void)
RUN_TEST_GROUP(string_strncmp);
RUN_TEST_GROUP(string_strcmp);
RUN_TEST_GROUP(string_strcoll);
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 e27b3ef

Please sign in to comment.