Skip to content

Add README documentation on how to run unit tests

How to run unit tests

To test the symbol checker code, run:

make test-klc-symbols

To test the footprint checker code, run:

make test-klc-footprints

Merge request reports