# # \brief Test for using the libc_fs plugin with the Linux file system # \author Norman Feske # \author Christian Helmuth # \date 2013-11-07 # assert_spec linux # # Build # build { core init server/lx_fs test/libc_fs } create_boot_directory # # Generate config # install_config { } # # Create test-directory structure # exec mkdir -p bin/libc_fs # # Boot modules # build_boot_image { core init ld.lib.so libc.lib.so libc_log.lib.so libc_fs.lib.so lx_fs test-libc_fs libc_fs } # # Execute test case # run_genode_until {.*child exited with exit value 0.*} 60 puts "\ntest succeeded\n" # # Cleanup test-directory structure # exec rm -r bin/libc_fs # vi: set ft=tcl :