# # \brief Test of sequence utility # \author Emery Hemingway # \date 2017-08-09 # # # Build # build { app/sequence test/libc } create_boot_directory import_from_depot \ genodelabs/src/[base_src] \ genodelabs/src/init \ genodelabs/src/vfs \ # # Generate config # set config { } install_config $config # # Boot modules # build_boot_image { sequence libc.lib.so libm.lib.so posix.lib.so test-libc } # # Execute test case # append qemu_args " -nographic " run_genode_until {.*child "sequence" exited with exit value 0.*} 30 # vi: set ft=tcl :