• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2Helper files to run lwIP unit tests on unix-like systems.
3
41. Install the check library, through a package manager or from https://libcheck.github.io/check/
52. Put the lwip code in a directory called 'lwip'
63. Run `make check`
74. Make sure all tests pass
8
9