glib/gobject/tests
Emmanuele Bassi 5ce70917df Drop binary checks when cross-compiling
We don't need to run binaries we just built in order to successfully
build GLib and friends any more.

Since commit b74e2a7, we don't need to run glib-genmarshal when building
GIO; since commit f9eb9eed, all our tests (including the ones that do
need to run binaries we just built) are only built when running "make
check", instead of unconditionally at every build.

This means that we don't need to check for existing, native binaries
when cross-compiling, and fail the configuration step if they are not
found — which also means that you don't need to natively build GLib for
your toolchain, in order to cross-compile GLib.

We can also use the cross-compilation conditional, and skip those tests
that require a binary we just built in order to build.

https://bugzilla.gnome.org/show_bug.cgi?id=753745
2015-09-01 10:40:24 -04:00
..
.gitignore gobject: forbid finalization-during-construction 2013-10-22 11:01:15 -04:00
binding.c Fix g_binding_unbind() when the source and target are the same 2015-05-14 03:58:53 -07:00
boxed.c boxed: Fix double free in boxed unit tests 2013-11-11 07:20:09 +01:00
closure.c Fix the closure test in continuous 2014-05-30 10:22:35 -04:00
dynamictests.c tests: replace most g_print() with g_printerr() 2015-05-11 20:24:56 +01:00
enums.c enums: Fix leaks in tests 2013-11-11 07:25:53 +01:00
ifaceproperties.c Updated FSF's address 2014-01-31 14:31:55 +01:00
Makefile.am Drop binary checks when cross-compiling 2015-09-01 10:40:24 -04:00
marshalers.list Add more tests for signal emissions 2012-03-02 17:13:04 +01:00
object.c gobject: re-allow finalization from constructor() 2014-02-15 10:20:53 -05:00
param.c tests: move /param/implement to -m slow 2013-11-27 10:17:15 -05:00
private.c tests: replace most g_print() with g_printerr() 2015-05-11 20:24:56 +01:00
properties.c test: add test for explicit-notify properties 2014-06-06 10:25:48 -04:00
qdata.c qdata: Fix leak in qdata unit tests 2013-11-06 10:14:30 +01:00
reference.c gobject: Add g_set_object() convenience function to set GObject pointers 2014-12-18 11:32:56 +00:00
signal-handler.c Add a performance test for signal connection 2015-05-27 14:41:19 -04:00
signals.c Test that disconnecting from the wrong thing warns and doesn't crash 2015-09-01 14:30:37 +01:00
testcommon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
threadtests.c tests: replace most g_print() with g_printerr() 2015-05-11 20:24:56 +01:00
type.c Improve test coverage in gobject/ 2013-05-29 08:37:08 -04:00
valuearray.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00