Add strtoull test.
This commit is contained in:
parent
a827807a13
commit
ede6c96893
1 changed files with 5 additions and 0 deletions
|
@ -1961,6 +1961,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