Begin to add the upload and download commands.
[libguestfs.git] / tests.c
diff --git a/tests.c b/tests.c
index 7feee5c..f1cf32a 100644 (file)
--- 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)