lwip/contrib/ports/unix/check
Joan Lledó 2f5305c259 Unix port: improve support for the Hurd
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
2019-08-01 21:10:36 +02: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 Fix Makefile-based builds 2018-10-12 20:43:22 +02:00
README Adapt several comments to contrib rep move 2018-10-02 12:42:14 +02:00

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

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