mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
mention how to run a single functional test for faster feedback loop
This commit is contained in:
parent
f15651303f
commit
8757e7022a
1 changed files with 6 additions and 0 deletions
|
@ -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