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

6 lines
128 B
Nix

# Build the package with the unit test suite enabled.
args@{...}:
(import ./tests.nix args).override {
checks = [ "unit" ];
}