Add strtoull test.

This commit is contained in:
Vladimir Serbinenko 2017-05-03 12:58:15 +02:00 committed by Vincent Batts
parent a567ab3d9e
commit 61f4f2d4ef

View file

@ -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;