Adapt several comments to contrib rep move

This commit is contained in:
Dirk Ziegelmeier
2018-10-02 12:42:14 +02:00
parent 8068aab9f7
commit 4b672a1f3c
10 changed files with 13 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# This file is indended to be included in end-user CMakeLists.txt
# include(/path/to/Filelists.cmake)
# It assumes the variable LWIP_CONTRIB_DIR is defined pointing to the
# root path of lwIP contrib sources.
# root path of lwIP/contrib sources.
#
# This file is NOT designed (on purpose) to be used as cmake
# subdir via add_subdirectory()

View File

@@ -2,7 +2,7 @@
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' in the same directory as lwip-contrib is
2. Put the lwip code in a directory called 'lwip'
3. Run `make check`
4. Make sure all tests pass