search for: libnbd_020_create_test

Displaying 1 result from an estimated 1 matches for "libnbd_020_create_test".

2020 Mar 17
0
[PATCH libnbd] Add outline framework for Go language bindings (golang).
...golang/examples/LICENSE-FOR-EXAMPLES | 38 ++++++ golang/examples/Makefile.am | 21 ++++ golang/run-tests.sh | 24 ++++ golang/src/libguestfs.org/libnbd/.gitignore | 1 + .../libnbd/libnbd_010_load_test.go | 25 ++++ .../libnbd/libnbd_020_create_test.go | 29 +++++ run.in | 17 +++ 15 files changed, 421 insertions(+) diff --git a/Makefile.am b/Makefile.am index bf2db68..a9f13ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,8 @@ SUBDIRS = \ ocaml \ ocaml/examples \ ocaml/tests \...