mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 14:02:42 +01:00
Building without tests is useful for bootstrapping with a smaller footprint or running the tests in a separate derivation. Otherwise, we do compile and run them. This isn't fine grained as to allow picking `check` but not `installcheck` or vice versa, but it's good enough for now. I've tried to use Nixpkgs' `checkInputs`, but those inputs weren't discovered properly by the configure script. We can emulate its behavior very well though. |
||
|---|---|---|
| .. | ||
| clean.mk | ||
| common-test.sh | ||
| debug-test.sh | ||
| disable-tests.mk | ||
| functions.mk | ||
| install.mk | ||
| lib.mk | ||
| libraries.mk | ||
| patterns.mk | ||
| precompiled-headers.mk | ||
| programs.mk | ||
| run-test.sh | ||
| templates.mk | ||
| tests.mk | ||
| tracing.mk | ||