2023-05-04 12:11:51 +00:00
|
|
|
build { core init lib/ld test/lx_hybrid_errno }
|
2011-12-23 13:04:29 +00:00
|
|
|
|
|
|
|
create_boot_directory
|
|
|
|
|
|
|
|
install_config {
|
|
|
|
<config>
|
|
|
|
<parent-provides>
|
|
|
|
<service name="ROM"/>
|
|
|
|
<service name="LOG"/>
|
2020-03-10 11:30:35 +00:00
|
|
|
<service name="PD"/>
|
|
|
|
<service name="CPU"/>
|
2011-12-23 13:04:29 +00:00
|
|
|
</parent-provides>
|
|
|
|
<default-route>
|
|
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
|
|
</default-route>
|
2023-05-04 12:11:51 +00:00
|
|
|
<start name="test-lx_hybrid_errno" ld="no" caps="100">
|
2011-12-23 13:04:29 +00:00
|
|
|
<resource name="RAM" quantum="1M"/>
|
|
|
|
</start>
|
|
|
|
</config>
|
|
|
|
}
|
|
|
|
|
2023-05-04 12:11:51 +00:00
|
|
|
build_boot_image [build_artifacts]
|
2011-12-23 13:04:29 +00:00
|
|
|
|
|
|
|
run_genode_until "--- finished thread-local errno test ---.*\n" 10
|
|
|
|
|