diff --git a/nix/tests/default.nix b/nix/tests/default.nix new file mode 100644 index 000000000..0990c9b2b --- /dev/null +++ b/nix/tests/default.nix @@ -0,0 +1,4 @@ +# Build the package with the test suite enabled. +(import ../../. {}).override { + doCheck = true; +}