search for: 6a80fe9

Displaying 1 result from an estimated 1 matches for "6a80fe9".

Did you mean: 60a8fe9
2016 Feb 12
1
[PATCH] tests: Make '080' be an official test of the guestfs_version API.
...#version () in + assert (version.Guestfs.major = 1_L) + (* In other bindings, we may do additional tests on dynamic types + * here, but those are not necessary in OCaml. + *) + +let () = Gc.compact () diff --git a/perl/t/080-version.t b/perl/t/080-version.t new file mode 100644 index 0000000..6a80fe9 --- /dev/null +++ b/perl/t/080-version.t @@ -0,0 +1,36 @@ +# libguestfs Perl bindings -*- perl -*- +# Copyright (C) 2016 Red Hat Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Softwa...