2016-03-06 14:21:23 +00:00
|
|
|
build "core init test/libc_pipe"
|
|
|
|
|
|
|
|
create_boot_directory
|
|
|
|
|
|
|
|
install_config {
|
|
|
|
<config>
|
|
|
|
<parent-provides>
|
|
|
|
<service name="ROM"/>
|
|
|
|
<service name="IRQ"/>
|
|
|
|
<service name="IO_MEM"/>
|
|
|
|
<service name="IO_PORT"/>
|
|
|
|
<service name="PD"/>
|
|
|
|
<service name="RM"/>
|
|
|
|
<service name="CPU"/>
|
|
|
|
<service name="LOG"/>
|
|
|
|
</parent-provides>
|
|
|
|
<default-route>
|
|
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
|
|
</default-route>
|
2017-05-07 20:36:11 +00:00
|
|
|
<default caps="100"/>
|
2016-03-06 14:21:23 +00:00
|
|
|
<start name="test-libc_pipe">
|
|
|
|
<resource name="RAM" quantum="4M"/>
|
|
|
|
<config>
|
2017-03-20 11:04:55 +00:00
|
|
|
<vfs> <dir name="dev"> <log/> </dir> </vfs>
|
|
|
|
<libc stdout="/dev/log" stderr="/dev/log"/>
|
2016-03-06 14:21:23 +00:00
|
|
|
</config>
|
|
|
|
</start>
|
|
|
|
</config>
|
|
|
|
}
|
|
|
|
|
|
|
|
build_boot_image {
|
2017-05-14 19:55:57 +00:00
|
|
|
core init test-libc_pipe posix.lib.so
|
2016-12-22 14:01:19 +00:00
|
|
|
ld.lib.so libc.lib.so libm.lib.so libc_pipe.lib.so pthread.lib.so
|
2016-03-06 14:21:23 +00:00
|
|
|
}
|
|
|
|
|
2017-05-23 13:05:55 +00:00
|
|
|
append qemu_args " -nographic "
|
2016-03-06 14:21:23 +00:00
|
|
|
|
|
|
|
run_genode_until "child .* exited with exit value 0.*\n" 10
|
|
|
|
|