actually add the test expression

This commit is contained in:
Jean-Paul Calderone 2023-03-13 17:02:50 -04:00
parent 17a2c32e1f
commit 1e0e5304d7

4
nix/tests/default.nix Normal file
View File

@ -0,0 +1,4 @@
# Build the package with the test suite enabled.
(import ../../. {}).override {
doCheck = true;
}