diff options
-rw-r--r-- | doc/manual/hacking.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/manual/hacking.xml b/doc/manual/hacking.xml index d25d4b84a..267386d42 100644 --- a/doc/manual/hacking.xml +++ b/doc/manual/hacking.xml @@ -57,6 +57,12 @@ To install it in <literal>$(pwd)/inst</literal> and test it: nix (Nix) 2.4 </screen> +To run a functional test: + +<screen> +make tests/test-name-should-auto-complete.sh.test +</screen> + If you have a flakes-enabled nix you can replace: <screen> |