uCBQN/build/picoSubmodule/lib/lwip/contrib/ports/unix/check
2026-02-07 16:25:12 +01:00
..
CMakeLists.txt initial commit to the microcontroller port. changes to build system and syfns. 2026-02-07 16:25:12 +01:00
config.h initial commit to the microcontroller port. changes to build system and syfns. 2026-02-07 16:25:12 +01:00
Makefile initial commit to the microcontroller port. changes to build system and syfns. 2026-02-07 16:25:12 +01:00
README initial commit to the microcontroller port. changes to build system and syfns. 2026-02-07 16:25:12 +01:00

Helper files to run lwIP unit tests on unix-like systems.

1. Install the check library, through a package manager or from https://libcheck.github.io/check/
2. Put the lwip code in a directory called 'lwip'
3. Run `make check`
4. Make sure all tests pass