search for: b7e7f10

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

Did you mean: b7e7f000
2016 Feb 15
1
[PATCH] Start adding return values tests for bindings
....pod @@ -202,6 +202,7 @@ This is the numbering scheme used by the tests: 065 implicit close (in GC'd languages) 070 optargs 080 version + 090 retvalues - 100 launch, create partitions and LVs and filesystems diff --git a/gobject/Makefile.am b/gobject/Makefile.am index b7e7f10..1f523b7 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -90,7 +90,9 @@ gir_DATA = $(INTROSPECTION_GIRS) typelibdir = $(libdir)/girepository-1.0 typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) -TESTS = run-tests +TESTS = \ + run-tests \ + run-tests-retvalues if ENABLE_APPLIA...