Browse Source

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...
connected_hook
Michael Schmoock 6 years ago
committed by Rusty Russell
parent
commit
3db534580c
  1. 2
      doc/HACKING.md

2
doc/HACKING.md

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

Loading…
Cancel
Save