wolfBoot/tools/unit-tests
David Garske c30d675e38 Fix for building on Mac. Added README.md. 2020-08-13 13:02:59 -07:00
..
Makefile Fix for building on Mac. Added README.md. 2020-08-13 13:02:59 -07:00
README.md Fix for building on Mac. Added README.md. 2020-08-13 13:02:59 -07:00
unit-parser.c unit-parser.c: Added (c) and short description 2020-08-13 14:01:18 +02:00

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