diff options
Diffstat (limited to 'Documentation/releases/coreboot-4.12-relnotes.md')
-rw-r--r-- | Documentation/releases/coreboot-4.12-relnotes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/releases/coreboot-4.12-relnotes.md b/Documentation/releases/coreboot-4.12-relnotes.md index b172c4a92e..2f0bae52f4 100644 --- a/Documentation/releases/coreboot-4.12-relnotes.md +++ b/Documentation/releases/coreboot-4.12-relnotes.md @@ -80,4 +80,13 @@ Significant changes See [smmstore](../drivers/smmstore.md) for the documentation on the API. +### Unit testing infrastructure + +Unit testing of coreboot is now possible in a more structured way, with new +build subsystem and adoption of [Cmocka](https://cmocka.org/) framework. Tree +has new directory `tests/`, which comprises infrastructure and examples of unit +tests. See +[Unit testing coreboot](../technotes/2020-03-unit-testing-coreboot.md) for the +design document. + ### Add significant changes here |