2
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
genodepkgs/tests/signal.nix

14 lines
339 B
Nix

{ testEnv, pkgs, ... }:
with pkgs;
testEnv.mkTest rec {
name = "signal";
meta.maintainers = with pkgs.stdenv.lib.maintainers; [ ehmry ];
testConfig = testEnv.lib.renderDhallInit ./signal.dhall "{=}";
bootModules.test-signal = "${os}/bin/test-signal";
testScript = "run_genode_until {--- Signalling test finished ---} 120";
}