summaryrefslogtreecommitdiffstats
path: root/gobject/run-tests
Commit message (Collapse)AuthorAgeFilesLines
* gobject: Disable bindtests.Richard W.M. Jones2012-08-151-4/+4
| | | | | | | - gint64 cannot be reliably sent. It seems to try to convert it via a 32 bit int, and fails if it overflows. - OStringList is not implemented yet.
* generator: Add new OStringList optional arg type.Richard W.M. Jones2012-08-141-1/+9
| | | | This allows lists of strings to be passed as an optional argument.
* build: Return 77 from skipped tests.Richard W.M. Jones2012-07-191-1/+1
|
* gobject: Use run --test for tests, and set GJS in run script.Richard W.M. Jones2012-06-281-2/+2
|
* Split off GObject tests that require an applianceHilko Bengen2012-05-281-1/+0
|
* gobject: Add an explicit close callMatthew Booth2012-01-261-0/+29
This change binds guestfs_close(). It consequently results in RConstOptString being able to throw an error.