lwip/contrib/ports/unix/check
2018-10-12 20:43:22 +02:00
..
CMakeLists.txt CMake build system: It is now sufficient to set LWIP_DIR for build 2018-10-02 12:54:56 +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