From: Vladimir Serbinenko Date: Wed, 3 May 2017 10:58:15 +0000 (+0200) Subject: Add strtoull test. X-Git-Tag: grub-2.04-rc1~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede6c9689395499f98a4c14d76b97151b4de5f54;p=thirdparty%2Fgrub.git Add strtoull test. --- diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 2dfa22a92..8dcd0e5a9 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -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;