# # Build # set build_components { core init drivers/timer test/trace lib/trace/policy/null app/top } build $build_components create_boot_directory # # Generate config # append config { } install_config $config # # Boot modules # # generic modules set boot_modules { core ld.lib.so init timer top test-trace null } build_boot_image $boot_modules append qemu_args " -nographic -serial mon:stdio -m 256 " append_if [have_spec x86] qemu_args " -smp 2 " run_genode_until {.*child "test-trace" exited with exit value 0.*} 30