From 3db534580cf374679ec5547a3ba1eaa0be6a30d0 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Mon, 11 Feb 2019 23:16:00 +0100 Subject: [PATCH] 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... --- doc/HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HACKING.md b/doc/HACKING.md index 8a4efdeaa..2a88e1c53 100644 --- a/doc/HACKING.md +++ b/doc/HACKING.md @@ -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: