summaryrefslogtreecommitdiffstats
path: root/source4/torture/vfs/vfs.c
diff options
context:
space:
mode:
authorRalph Boehme <rb@sernet.de>2014-07-08 05:47:02 +0200
committerVolker Lendecke <vl@samba.org>2014-08-18 17:42:50 +0200
commitb15da5f90b2d3a47d1ac92b1de917fce45e5bdaf (patch)
tree0ecdd22975733c1cdb0143c2cc4c01c9d82daef9 /source4/torture/vfs/vfs.c
parent4a0ae592f5561179ac3c8170189cb1d54a212ce8 (diff)
downloadsamba-b15da5f90b2d3a47d1ac92b1de917fce45e5bdaf.tar.gz
samba-b15da5f90b2d3a47d1ac92b1de917fce45e5bdaf.tar.xz
samba-b15da5f90b2d3a47d1ac92b1de917fce45e5bdaf.zip
s4:torture: add boilerplate code for vfs_fruit
Signed-off-by: Ralph Boehme <rb@sernet.de> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source4/torture/vfs/vfs.c')
-rw-r--r--source4/torture/vfs/vfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/vfs/vfs.c b/source4/torture/vfs/vfs.c
index 965c7c9620..9b82387874 100644
--- a/source4/torture/vfs/vfs.c
+++ b/source4/torture/vfs/vfs.c
@@ -106,6 +106,8 @@ NTSTATUS torture_vfs_init(void)
suite->description = talloc_strdup(suite, "VFS modules tests");
+ torture_suite_add_suite(suite, torture_vfs_fruit());
+
torture_register_suite(suite);
return NT_STATUS_OK;