mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-25 13:29:56 +00:00
24 lines
533 B
Plaintext
24 lines
533 B
Plaintext
build { core init lib/ld test/lx_hybrid_pthread_ipc }
|
|
|
|
create_boot_directory
|
|
|
|
install_config {
|
|
<config>
|
|
<parent-provides>
|
|
<service name="ROM"/>
|
|
<service name="CPU"/>
|
|
<service name="PD"/>
|
|
<service name="LOG"/>
|
|
</parent-provides>
|
|
<default-route>
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
</default-route>
|
|
<default caps="100" ram="1M"/>
|
|
<start name="test-lx_hybrid_pthread_ipc" ld="no"/>
|
|
</config>
|
|
}
|
|
|
|
build_boot_image [build_artifacts]
|
|
|
|
run_genode_until "--- finished pthread IPC test ---.*\n" 10
|