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