summaryrefslogtreecommitdiffstats
path: root/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests.c')
-rw-r--r--tests.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests.c b/tests.c
index 31fa3bf2..b3443208 100644
--- a/tests.c
+++ b/tests.c
@@ -121,6 +121,8 @@ static void no_test_warnings (void)
fprintf (stderr, "warning: \"guestfs_sfdisk_l\" has no tests\n");
fprintf (stderr, "warning: \"guestfs_sfdisk_kernel_geometry\" has no tests\n");
fprintf (stderr, "warning: \"guestfs_sfdisk_disk_geometry\" has no tests\n");
+ fprintf (stderr, "warning: \"guestfs_vg_activate_all\" has no tests\n");
+ fprintf (stderr, "warning: \"guestfs_vg_activate\" has no tests\n");
}
static int test_zerofree_0 (void)