# # \brief Test for auditing the vfs # \author Emery Hemingway # \date 2018-03-22 # # # Build # build { core init server/vfs test/libc_vfs lib/vfs/audit } create_boot_directory # # Generate config # set config { } append_if [have_include "power_on/qemu"] config { } append config { } install_config $config # # Boot modules # build_boot_image { core init vfs ld.lib.so libc.lib.so vfs.lib.so test-libc_vfs vfs_audit.lib.so } # # Execute test case # append qemu_args " -nographic " run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60 # vi: set ft=tcl :