build { core init lib/ld lib/libc lib/vfs lib/posix test/pcg32 } create_boot_directory install_config { } build_boot_image [build_artifacts] append qemu_args " -nographic " run_genode_until "child .* exited with exit value 0.*\n" 10 set fd [open "bin/test-pcg32.out"] set expected [read $fd] close $fd grep_output {init -> test-pcg32} unify_output {\[init -> test-pcg32\] } {} compare_output_to $expected puts "\nGlobal PCG32 output verified."