lwip/contrib/ports/unix/check
2021-11-24 22:52:18 +01:00
..
CMakeLists.txt Unix port: improve support for the Hurd 2019-08-01 21:10:36 +02:00
config.h Import lwIP contrib rep 2018-10-02 12:19:13 +02:00
Makefile ports/unix/check: Ignore error from fail_* macros 2021-01-13 21:48:03 +01:00
README contrib/ports: check library has moved to github 2021-11-24 22:52:18 +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