wolfBoot/tools/unit-tests
Daniele Lacamera 909fbeb35e (review comment) remove hal_otp.h 2026-03-31 07:20:45 +02:00
..
Makefile (review comment) remove hal_otp.h 2026-03-31 07:20:45 +02:00
README.md
gpt-sfdisk-test.h
target.h
txt_filler.h
unit-boot-x86_fsp.c
unit-common.c
unit-delta.c Addressed copilot's comments 2026-03-16 10:34:41 +01:00
unit-disk.c
unit-enc-nvm.c
unit-extflash.c
unit-fdt.c Rebased, addressed comments 2026-03-30 16:30:27 +02:00
unit-image.c
unit-keystore.c
unit-mock-flash.c Propagate hal_flash_write() error when writing partition magic 2026-03-12 09:28:51 +01:00
unit-mock-state.c
unit-multiboot.c
unit-nvm.c Fix broken test: FLAGS_HOME requires boot partition mapping 2026-03-12 09:28:51 +01:00
unit-parser.c
unit-pci.c
unit-pkcs11_store.c Fix store header search bounds 2026-03-30 16:23:16 +02:00
unit-policy-sign.c fix policy_sign digest parse checks 2026-03-22 10:03:00 +01:00
unit-psa_store.c Fix store header search bounds 2026-03-30 16:23:16 +02:00
unit-qspi-flash.c
unit-rot-auth.c Rebased, addressed comments 2026-03-30 16:30:27 +02:00
unit-sdhci-response-bits.c Fix SDHCI response bit span check 2026-03-30 16:23:16 +02:00
unit-sectorflags.c
unit-spi-flash.c
unit-store-sbrk.c Addressed copilot's comments 2026-03-16 10:34:41 +01:00
unit-string.c strings.c: enforce null-termination on strncpy, optimize strcat 2026-03-12 09:28:51 +01:00
unit-tpm-blob.c Fixed more copilot findings 2026-03-16 11:11:18 +01:00
unit-tpm-check-rot-auth.c Rebased, addressed comments 2026-03-30 16:30:27 +02:00
unit-tpm-rsa-exp.c TPM: RoT comparison made Constant time 2026-03-12 09:28:51 +01:00
unit-update-disk.c Addressed reviewers comments 2026-03-12 11:52:19 +01:00
unit-update-flash.c
unit-update-ram.c

README.md

Unit Test Tools

This uses the "check" unit test framework for C.

You may need to run "apt install check", "yum install check" or "brew install check".

Building

Use make to build.

Expected output

$ ./unit-parser
Running suite(s): wolfBoot
Explicit end of options reached
This field is too large (bigger than the space available in the current header)
This field is too large and would overflow the image header
Illegal address (too high)
Illegal address (too high)
100%: Checks: 2, Failures: 0, Errors: 0