Skip to content

Commit

Permalink
libc: string.h: add cmp functions tests
Browse files Browse the repository at this point in the history
JIRA: CI-231
  • Loading branch information
maska989 committed Jul 31, 2023
1 parent 03b6e76 commit 0a64fbb
Show file tree
Hide file tree
Showing 2 changed files with 548 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 @@ -35,6 +35,10 @@ void runner(void)
RUN_TEST_GROUP(string_cat);
RUN_TEST_GROUP(string_dup);
RUN_TEST_GROUP(string_spn);
RUN_TEST_GROUP(string_memcmp);
RUN_TEST_GROUP(string_strncmp);
RUN_TEST_GROUP(string_strcmp);
RUN_TEST_GROUP(string_strcoll);
}


Expand Down
Loading

0 comments on commit 0a64fbb

Please sign in to comment.