mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-29 23:05:58 +00:00
6 lines
128 B
Nix
6 lines
128 B
Nix
# Build the package with the unit test suite enabled.
|
|
args@{...}:
|
|
(import ./tests.nix args).override {
|
|
checks = [ "unit" ];
|
|
}
|