Add strtoull test.
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 3 May 2017 10:58:15 +0000 (12:58 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 3 May 2017 10:58:15 +0000 (12:58 +0200)
grub-core/Makefile.core.def

index 2dfa22a..8dcd0e5 100644 (file)
@@ -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;