diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst index fcfad876142a4222eb35c6d896d54ae61a1e1764..a227754f867c230f8153f91e8a8174fa274fe9c4 100644 --- a/docs/devel/testing.rst +++ b/docs/devel/testing.rst @@ -59,6 +59,7 @@ variable (which affects memory reclamation and catches invalid pointers better) and gtester options. If necessary, you can run .. code:: + make check-unit V=1 and copy the actual command line which executes the unit test, then run @@ -116,6 +117,7 @@ and using gdb on the test is still simple to do: find out the actual command from the output of .. code:: + make check-qtest V=1 which you can run manually.