1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 08:53:55 +02:00

Make the default stdenv phases do the right thing

Fixes #11858.
This commit is contained in:
Eelco Dolstra 2024-11-12 20:42:53 +01:00
parent 14edb78d53
commit e6aae64318
4 changed files with 44 additions and 15 deletions

View file

@ -137,7 +137,7 @@ Functional tests are run during `installCheck` in the `nix` package build, as we
The whole test suite (functional and unit tests) can be run with:
```shell-session
$ mesonCheckPhase
$ checkPhase
```
### Grouping tests