2 changed files with 0 additions and 24 deletions
@ -1,23 +0,0 @@
|
||||
{ testEnv, pkgs, depot }: |
||||
with pkgs; |
||||
|
||||
testEnv.mkTest rec { |
||||
name = "libc"; |
||||
meta.maintainers = with pkgs.stdenv.lib.maintainers; [ ehmry ]; |
||||
|
||||
testConfig = testEnv.lib.renderDhallInit ./libc.dhall "{=}"; |
||||
|
||||
bootModules = { |
||||
"libc.lib.so" = "${depot.libc}/lib/libc.lib.so"; |
||||
"libm.lib.so" = "${depot.libc}/lib/libm.lib.so"; |
||||
"posix.lib.so" = "${depot.posix}/lib/posix.lib.so"; |
||||
"test-libc" = "${depot.test-libc}/bin/test-libc"; |
||||
"vfs.lib.so" = "${os}/lib/vfs.lib.so"; |
||||
}; |
||||
|
||||
qemuMem = 384; |
||||
|
||||
testScript = '' |
||||
run_genode_until "child .* exited with exit value 0.*\n" 30 |
||||
''; |
||||
} |
Loading…
Reference in new issue