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 7feee5c2..f1cf32a6 100644
--- a/tests.c
+++ b/tests.c
@@ -99,6 +99,8 @@ static void no_test_warnings (void)
fprintf (stderr, "warning: \"guestfs_command_lines\" has no tests\n");
fprintf (stderr, "warning: \"guestfs_tune2fs_l\" has no tests\n");
fprintf (stderr, "warning: \"guestfs_blockdev_setbsz\" has no tests\n");
+ fprintf (stderr, "warning: \"guestfs_upload\" has no tests\n");
+ fprintf (stderr, "warning: \"guestfs_download\" has no tests\n");
}
static int test_blockdev_rereadpt_0 (void)