glib/tests/gobject
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 .gitignore: add "signals" 2013-09-28 10:39:01 -04:00
accumulator.c Updated FSF's address 2014-01-31 14:31:55 +01:00
defaultiface.c Updated FSF's address 2014-01-31 14:31:55 +01:00
deftype.c Updated FSF's address 2014-01-31 14:31:55 +01:00
dynamictype.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gvalue-test.c Updated FSF's address 2014-01-31 14:31:55 +01:00
ifacecheck.c Updated FSF's address 2014-01-31 14:31:55 +01:00
ifaceinherit.c Updated FSF's address 2014-01-31 14:31:55 +01:00
ifaceinit.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
override.c Updated FSF's address 2014-01-31 14:31:55 +01:00
paramspec-test.c Updated FSF's address 2014-01-31 14:31:55 +01:00
performance-threaded.c Updated FSF's address 2014-01-31 14:31:55 +01:00
performance.c tests/gobject/performance: Clean up and add refcount performance test 2014-07-30 12:10:30 +02:00
references.c Updated FSF's address 2014-01-31 14:31:55 +01:00
run-performance.sh Remove additional thread support in performance test 2010-01-13 10:24:09 +01:00
signals.c Updated FSF's address 2014-01-31 14:31:55 +01:00
singleton.c Updated FSF's address 2014-01-31 14:31:55 +01:00
testcommon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
testgobject.c Updated FSF's address 2014-01-31 14:31:55 +01:00
testmarshal.list Add g_value_take_variant 2010-06-19 19:07:36 +02:00
testmodule.c Updated FSF's address 2014-01-31 14:31:55 +01:00
testmodule.h Updated FSF's address 2014-01-31 14:31:55 +01:00
timeloop-closure.c timeloop-closure: Fix leaks in test 2013-11-11 07:27:15 +01:00