# # Build # build "core init test/fpu" # # Boot image # create_boot_directory install_config { } build_boot_image "core ld.lib.so init test-fpu" # # Execution # append qemu_args "-nographic " run_genode_until "test done.*\n" 60 grep_output {^\[init -\> test\]} compare_output_to { [init -> test] FPU user started [init -> test] FPU user started [init -> test] FPU user started [init -> test] FPU user started [init -> test] FPU user started [init -> test] FPU user started [init -> test] FPU user started [init -> test] FPU user started [init -> test] FPU user started [init -> test] FPU user started [init -> test] test done }