doc: add configure --enable-dev in testing chapter

As a newbie, I forgot to re-enable the dev options that are required to run the tests...
This commit is contained in:
Michael Schmoock
2019-02-11 23:16:00 +01:00
committed by Rusty Russell
parent a77e9b2a05
commit 3db534580c

View File

@@ -168,7 +168,7 @@ pip3 install -r tests/requirements.txt
Re-run `configure` for the python dependencies
```
./configure
./configure --enable-developer
```
Tests are run with: `make check [flags]` where the pertinent flags are: