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 Jun 6, 2023
1 parent 1b50fd2 commit 5ed43b9
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 85 deletions.
3 changes: 2 additions & 1 deletion libc/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ void runner(void)
RUN_TEST_GROUP(test_pthread_cond);
RUN_TEST_GROUP(strtod_family);
RUN_TEST_GROUP(stdlib_alloc);
RUN_TEST_GROUP(string_len);
RUN_TEST_GROUP(stdlib_env);
RUN_TEST_GROUP(ctype);
RUN_TEST_GROUP(stdio_scanf_d);
Expand All @@ -62,6 +61,8 @@ void runner(void)
RUN_TEST_GROUP(string_strcpy_stpcpy);
RUN_TEST_GROUP(string_strlcpy);
RUN_TEST_GROUP(string_strlcat);
RUN_TEST_GROUP(string_len);
RUN_TEST_GROUP(string_spn);
}


Expand Down
Loading

0 comments on commit 5ed43b9

Please sign in to comment.