Skip to content

Commit

Permalink
libc: add test for strto functions
Browse files Browse the repository at this point in the history
added tests for strtod(), strtof(), strtold(), strtol(), strtoll(), strtoul(), strtoull()

JIRA CI-238
  • Loading branch information
mateusz-bloch committed Jun 27, 2023
1 parent c79332c commit 00cd7c7
Show file tree
Hide file tree
Showing 3 changed files with 1,122 additions and 224 deletions.
2 changes: 1 addition & 1 deletion libc/stdlib/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
/* no need for forward declarations, RUN_TEST_GROUP does it by itself */
void runner(void)
{
RUN_TEST_GROUP(strtod_family);
RUN_TEST_GROUP(stdlib_alloc);
RUN_TEST_GROUP(stdlib_env);
RUN_TEST_GROUP(stdlib_bsearch);
RUN_TEST_GROUP(stdlib_strto);
}


Expand Down
Loading

0 comments on commit 00cd7c7

Please sign in to comment.