bc092b9
From ede6c9689395499f98a4c14d76b97151b4de5f54 Mon Sep 17 00:00:00 2001
bc092b9
From: Vladimir Serbinenko <phcoder@gmail.com>
bc092b9
Date: Wed, 3 May 2017 12:58:15 +0200
146faa5
Subject: [PATCH 011/229] Add strtoull test.
bc092b9
bc092b9
---
bc092b9
 grub-core/Makefile.core.def | 5 +++++
bc092b9
 1 file changed, 5 insertions(+)
bc092b9
bc092b9
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
81987f4
index 2dfa22a9271..8dcd0e5a998 100644
bc092b9
--- a/grub-core/Makefile.core.def
bc092b9
+++ b/grub-core/Makefile.core.def
da63b36
@@ -1961,6 +1961,11 @@ module = {
da63b36
   common = tests/example_functional_test.c;
bc092b9
 };
bc092b9
 
da63b36
+module = {
bc092b9
+  name = strtoull_test;
bc092b9
+  common = tests/strtoull_test.c;
bc092b9
+};
bc092b9
+
da63b36
 module = {
bc092b9
   name = setjmp_test;
bc092b9
   common = tests/setjmp_test.c;
bc092b9
-- 
81987f4
2.15.0
bc092b9