Documentation/4.12-relnotes.md: Add a note about unit testing coreboot
Signed-off-by: Jan Dabros <jsd@semihalf.com> Change-Id: Id6365b86640832b91a722cd12f64c03fc8a41fd7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41025 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
edd38465a5
commit
50544a1999
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue