mention how to run a single functional test for faster feedback loop

This commit is contained in:
Domen Kožar 2020-08-30 19:41:21 +02:00 committed by GitHub
parent f15651303f
commit 8757e7022a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>