On 18.10.21 13:59, Michael Adler wrote: > Signed-off-by: Michael Adler <[email protected]> > --- > docs/COMPILE.md | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/docs/COMPILE.md b/docs/COMPILE.md > index e194601..bda19d4 100644 > --- a/docs/COMPILE.md > +++ b/docs/COMPILE.md > @@ -8,7 +8,9 @@ > pacman -S gnu-efi-libs pciutils check > ``` > > -### Debian 8 ### > +### Debian ### > + > +Debian 8 or newer: > > ``` > apt-get install gnu-efi libpci-dev check > @@ -45,3 +47,7 @@ make > ``` > > where `<sys-root-dir>` points to the wanted sysroot for cross-compilation. > + > +## Testing ## > + > +`make check` will run all unit tests. >
Thanks, applied. Unfortunately, this came slightly too late for the last release. Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/6d51bb10-1417-6a7a-dd7f-3a44c7bee44e%40siemens.com.
