Add strtoull test.
This commit is contained in:
parent
a567ab3d9e
commit
61f4f2d4ef
1 changed files with 5 additions and 0 deletions
|
@ -2023,6 +2023,11 @@ module = {
|
|||
common = tests/example_functional_test.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = strtoull_test;
|
||||
common = tests/strtoull_test.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = setjmp_test;
|
||||
common = tests/setjmp_test.c;
|
||||
|
|
Loading…
Reference in a new issue