forked from lix-project/lix
mention how to run a single functional test for faster feedback loop
This commit is contained in:
parent
f15651303f
commit
8757e7022a
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue