add testing infra

This commit is contained in:
2025-08-07 19:17:16 -07:00
parent 207722acb2
commit 2875d29293
5 changed files with 131 additions and 25 deletions

9
tests/tests.nix Normal file
View File

@@ -0,0 +1,9 @@
{
config,
lib,
pkgs,
...
}:
{
zfsTest = import ./zfs.nix { inherit config lib pkgs; };
}