# # \brief Test for using the libc_vfs plugin # \author Norman Feske # \date 2014-04-10 # # # Build # build { core init server/ram_fs test/libc_vfs } create_boot_directory # # Generate config # install_config { } # # Boot modules # build_boot_image { core init ld.lib.so libc.lib.so ram_fs test-libc_vfs } # # Execute test case # append qemu_args " -m 128 -nographic " run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60 # vi: set ft=tcl :