tahoe-lafs/nix/tests/default.nix

5 lines
100 B
Nix
Raw Normal View History

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