glib/gobject/tests
Erik van Pienbroek 7b939efa6f Use native glib-genmarshal when cross-compiling
The ability to cross-compile glib got broken after the
merge of the 'signal-performance' branch as the assumption
was made that the generated glib-genmarshal can be executed
on the host (which isn't valid when cross-compiling).

Fixed this by using the just-built glib-genmarshal for normal
compilations and the native (host) glib-genmarshal when doing a
cross-compilation as was also done in several other areas of GLib

Tested for host=x86_64-unknown-linux-gnu, target=x86_64-unknown-linux-gnu
and host=x86_64-unknown-linux-gnu, target=i686-w64-mingw32

https://bugzilla.gnome.org/show_bug.cgi?id=671676
2012-03-09 08:24:28 +01:00
..
.gitignore build: Fix rules for marshalers.[ch] 2012-03-02 17:06:36 +00:00
binding.c Fix binding properties of the same object 2012-03-04 20:49:04 -05:00
boxed.c various GLib tests: plug memory leaks 2011-12-14 12:40:16 +00:00
dynamictests.c more 'static' adding in testcases 2011-10-16 21:41:15 -04:00
enums.c gvaluetransform: Fix an infinite loop with GFlagsValue sets with the 0 value 2012-02-22 12:17:38 +01:00
ifaceproperties.c various tests: do not provoke SIGTRAP with -m no-undefined 2011-12-27 17:51:09 -05:00
Makefile.am Use native glib-genmarshal when cross-compiling 2012-03-09 08:24:28 +01:00
marshalers.list Add more tests for signal emissions 2012-03-02 17:13:04 +01:00
param.c Skip tests of incorrect property usage under gtester -m no-undefined 2012-01-05 15:47:26 +00:00
properties.c more 'static' adding in testcases 2011-10-16 21:41:15 -04:00
reference.c Remove a check that triggers deprecation warnings 2012-01-30 14:06:22 -05:00
signals.c Add more tests for signal emissions 2012-03-02 17:13:04 +01:00
testcommon.h Move ifaceproperties test to gobject/tests/ 2010-12-27 23:49:12 -05:00
threadtests.c Add regression test for GWeakRef used to cache a singleton 2012-01-02 12:23:21 -05:00
valuearray.c value array: Annotate with versioned deprecation 2012-02-27 00:00:05 -05:00