To-do: Note that we need to finish the bindings tests.
[libguestfs.git] / src / generator.ml
index 2cf96ee..556b1a9 100755 (executable)
@@ -7629,6 +7629,8 @@ and generate_lang_bindtests call =
                CallStringList ["1"]; CallBool false;
                CallInt 0; CallString ""; CallString ""]
 
+  (* XXX Add here tests of the return and error functions. *)
+
 let output_to filename =
   let filename_new = filename ^ ".new" in
   chan := open_out filename_new;