Introduce a framework for automated VM tests.

This commit is contained in:
r-vdp 2023-04-23 03:00:58 +02:00 committed by Ramses
parent 2f8a9ba967
commit 22684b6ed6
17 changed files with 2194 additions and 350 deletions

View file

@ -118,6 +118,7 @@
{
packages = {
inherit system-manager;
default = self.packages.${system}.system-manager;
};
@ -191,6 +192,10 @@
system-manager
system-manager-clippy
system-manager-test;
basicTest = import ./test/nix/modules {
inherit system;
system-manager = self;
};
};
}));
}