# # \brief Test thread-local errno works for hybrid Linux/Genode programs # \author Norman Feske # \date 2011-12-05 # # # Build # build { core init test/lx_hybrid_errno } create_boot_directory # # Generate config # install_config { } # # Boot modules # # generic modules set boot_modules { core init test-lx_hybrid_errno } build_boot_image $boot_modules # # Execute test case # run_genode_until "--- finished thread-local errno test ---.*\n" 10