# # \brief Test for using the vfs server # \author Emery Hemingway # \date 2015-08-17 # # # Build # build { core init server/vfs test/libc_vfs } create_boot_directory # # Generate config # set config { } append_if [have_include "power_on/qemu"] config { } append config { } install_config $config # # Boot modules # build_boot_image { core init vfs ld.lib.so libc.lib.so libm.lib.so posix.lib.so test-libc_vfs } # # Execute test case # append qemu_args " -nographic " run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60 # vi: set ft=tcl :