search for: b75de15

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

2015 Feb 10
1
[PATCH] php: add a simple bindtests test
...7,6 +387,7 @@ Makefile.in /php/extension/php-for-tests.sh /php/extension/php_guestfs_php.h /php/extension/run-tests.php +/php/extension/tests/guestfs_php_bindtests.phpt /php/extension/tmp-php.ini /pick-guests.pl /po-docs/*/*.1 diff --git a/generator/bindtests.ml b/generator/bindtests.ml index b75de15..2e9b6d3 100644 --- a/generator/bindtests.ml +++ b/generator/bindtests.ml @@ -909,6 +909,69 @@ and generate_golang_bindtests () = pr " return &s;\n"; pr "}\n" +and generate_php_bindtests () = + (* No header for this, as it is a .phpt file. *) + + (* Unfortunatel...