diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 21:06:40 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 21:06:40 +0100 |
commit | d6a0adf00900b05b7e9e14a29caf86fb30dec6a9 (patch) | |
tree | a5a681481c5ebdd97f2ab3288cfa6811cb5c4b32 /src | |
parent | a3d4d655ffdd335372051c14ca53e8664ff799eb (diff) | |
download | libguestfs-d6a0adf00900b05b7e9e14a29caf86fb30dec6a9.tar.gz libguestfs-d6a0adf00900b05b7e9e14a29caf86fb30dec6a9.tar.xz libguestfs-d6a0adf00900b05b7e9e14a29caf86fb30dec6a9.zip |
To-do: Note that we need to finish the bindings tests.
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/generator.ml b/src/generator.ml index 2cf96ee0..556b1a9f 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -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; |