# # \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 lib/ld lib/libc lib/vfs server/lx_fs test/libc_vfs } create_boot_directory # # Generate config # install_config { } # # Create test-directory structure and ensure it is empty # exec rm -rf bin/libc_vfs exec mkdir -p bin/libc_vfs # # Boot modules # build_boot_image [list {*}[build_artifacts] 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 :