summaryrefslogtreecommitdiffstats
path: root/source4/torture/vfs/vfs.c
diff options
context:
space:
mode:
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;