tahoe-lafs/nix/tests/default.nix

5 lines
114 B
Nix
Raw Normal View History

2023-03-13 21:02:50 +00:00
# Build the package with the test suite enabled.
args@{...}: (import ../../. args).override {
2023-03-13 21:02:50 +00:00
doCheck = true;
}