genode/repos/base-linux/run/lx_hybrid_pthread_ipc.run
Norman Feske f119d9ee8b base: use [build_artifacts] in run scripts
The patch also removes a few legacies along the way, unifies the coding
style, and cuts back superfluous comments.

Issue #4860
2023-05-30 12:03:26 +02:00

26 lines
573 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"/>
<start name="test-lx_hybrid_pthread_ipc" ld="no">
<resource name="RAM" quantum="1M"/>
</start>
</config>
}
build_boot_image [build_artifacts]
run_genode_until "--- finished pthread IPC test ---.*\n" 10