tahoe-lafs/nix/tests.nix
2023-03-22 09:48:28 -04:00

6 lines
189 B
Nix

# Build the package with the whole test suite enabled.
args@{ checks ? [ "unit" "integration" ], ...}:
(import ../. (builtins.removeAttrs args [ "checks" ])).override {
inherit checks;
}