{ name = "execve"; machine = { pkgs, ... }: { genode.init.children.test-execve = { configFile = ./execve.dhall; inputs = with pkgs.genodePackages; [ libc posix test-libc_execve ]; }; }; /* testScript = '' start_all() machine.wait_until_serial_output("child "test-execve" exited with exit value 0") ''; */ }