448fa56b6a
- Make the release be 37 since 36 is the last one we actually built - Squash down the changelog for that as well - Fix some TPM errors on 32-bit (hdegoede) - More fixups to avoid compiler changes (pjones) - Put lsmmap into the EFI builds (pjones) Related: rhbz#1572126 Signed-off-by: Peter Jones <pjones@redhat.com>
29 lines
696 B
Diff
29 lines
696 B
Diff
From ede6c9689395499f98a4c14d76b97151b4de5f54 Mon Sep 17 00:00:00 2001
|
|
From: Vladimir Serbinenko <phcoder@gmail.com>
|
|
Date: Wed, 3 May 2017 12:58:15 +0200
|
|
Subject: [PATCH 011/246] Add strtoull test.
|
|
|
|
---
|
|
grub-core/Makefile.core.def | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
|
|
index 2dfa22a9271..8dcd0e5a998 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;
|
|
--
|
|
2.17.1
|
|
|