summaryrefslogtreecommitdiffstats
path: root/Documentation/technotes
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2021-05-27 17:17:30 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-05-28 17:58:06 +0000
commit71099258cc384bbc5882bb8a782bd5bb755d6c9b (patch)
tree9a89015b1b75b405865814415565a9cf673f7557 /Documentation/technotes
parent5a45c417829506bb380f63a1b81babadb08c78fa (diff)
downloadcoreboot-71099258cc384bbc5882bb8a782bd5bb755d6c9b.tar.gz
coreboot-71099258cc384bbc5882bb8a782bd5bb755d6c9b.tar.bz2
coreboot-71099258cc384bbc5882bb8a782bd5bb755d6c9b.zip
Documentation: Fix up toctree
Some files weren't properly hooked up, making Sphinx complain. Change-Id: If959fa63d4ddbc3916c49c5ad6602e76b12a7e60 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55020 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/technotes')
-rw-r--r--Documentation/technotes/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/technotes/index.md b/Documentation/technotes/index.md
index a9320fb782e2..fda8bd621954 100644
--- a/Documentation/technotes/index.md
+++ b/Documentation/technotes/index.md
@@ -3,4 +3,5 @@
* [Dealing with Untrusted Input in SMM](2017-02-dealing-with-untrusted-input-in-smm.md)
* [Rebuilding coreboot image generation](2015-11-rebuilding-coreboot-image-generation.md)
* [Unit testing coreboot](2020-03-unit-testing-coreboot.md)
+* [Unit Test Code Coverage](2021-05-code-coverage.md)
* [Address Sanitizer](asan.md)