2
0
Fork 0
genodepkgs/tests/signal.nix

14 lines
322 B
Nix
Raw Normal View History

2019-10-03 19:50:34 +02:00
{ pkgs, lib }:
with pkgs;
rec {
name = "signal";
meta.maintainers = with pkgs.stdenv.lib.maintainers; [ ehmry ];
testConfig = lib.renderDhallInit ./signal.dhall "{=}";
2019-10-03 19:50:34 +02:00
bootModules.test-signal = "${depot.test-signal}/bin/test-signal";
2019-10-08 09:13:07 +02:00
testScript = "run_genode_until {--- Signalling test finished ---} 120";
2019-10-03 19:50:34 +02:00
}