Skip to content

Commit

Permalink
libc: strchr tests: add test group for ASCII compare
Browse files Browse the repository at this point in the history
JIRA: CI-232
  • Loading branch information
maska989 committed Jul 13, 2023
1 parent f475883 commit d1d091b
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 98 deletions.
1 change: 1 addition & 0 deletions libc/string/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ void runner(void)
RUN_TEST_GROUP(signal_psignal);
RUN_TEST_GROUP(string_cat);
RUN_TEST_GROUP(string_dup);
RUN_TEST_GROUP(string_spn);
}


Expand Down
Loading

0 comments on commit d1d091b

Please sign in to comment.