diff options
author | Domen Kožar <domen@dev.si> | 2020-08-30 19:41:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 19:41:21 +0200 |
commit | 8757e7022a9b407b69f173b3793fababf1e8ed84 (patch) | |
tree | ac0b8d9b09ae9e08c0f155a28fdcfa9f39c7b59f /doc/manual | |
parent | f15651303f8596bf34c67fc8d536b1e9e7843a87 (diff) |
mention how to run a single functional test for faster feedback loop
Diffstat (limited to 'doc/manual')
-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> |