# # \brief Test for using the libc_vfs 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_vfs } create_boot_directory # # Generate config # install_config { } # # Create test-directory structure # exec mkdir -p bin/libc_vfs # # Boot modules # build_boot_image { core init ld.lib.so libc.lib.so lx_fs test-libc_vfs libc_vfs } # # Execute test case # run_genode_until {child "test-libc_vfs" exited with exit value 0.*\n} 20 puts "\nTest succeeded\n" # # Cleanup test-directory structure # exec rm -r bin/libc_vfs # vi: set ft=tcl :