# # \brief Test if the exception mechanism works in hybrid applications # \author Christian Prochaska # \date 2011-11-22 # # # Build # build { core init test/lx_hybrid_exception } create_boot_directory # # Generate config # install_config { } # # Boot modules # # generic modules set boot_modules { core init test-lx_hybrid_exception } build_boot_image $boot_modules # # Execute test case # run_genode_until {child "test-lx_hybrid_exception" exited with exit value 0.*\n} 10 # vi: set ft=tcl :