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 6, 2023
1 parent 4b8db9e commit 601ca2c
Show file tree
Hide file tree
Showing 2 changed files with 443 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_memcmp);
RUN_TEST_GROUP(string_strncmp);
RUN_TEST_GROUP(string_strcmp);
RUN_TEST_GROUP(string_strcoll);
}


Expand Down
Loading

0 comments on commit 601ca2c

Please sign in to comment.