Add --enable-installed-tests configure option
authorColin Walters <walters@verbum.org>
Mon, 6 May 2013 13:47:00 +0000 (09:47 -0400)
committerColin Walters <walters@verbum.org>
Thu, 16 May 2013 12:51:57 +0000 (08:51 -0400)
commitad7959c5b7d484c7d819a15f61cad46b6fab8cfd
treeccd480173e6dd8aafbcd9bc2e627d83a8d052313
parent91d7c8de6bfa4290006da992ea0ef604ff24b009
Add --enable-installed-tests configure option

See https://live.gnome.org/GnomeGoals/InstalledTests for more
information.

The tests now support being run both uninstalled and installed, so
'make check' works for those who want it.  For tests which need data
files, the way this works is they look in the compiled in value of
SRCDIR by default, and the generated tests use "env G_TEST_DATA=" to
override that.

This patch only converts glib/tests for now; if this patch looks good,
I'll do the rest of the tests.

https://bugzilla.gnome.org/show_bug.cgi?id=699079
.gitignore
configure.ac
glib/tests/Makefile.am
glib/tests/bookmarkfile.c
glib/tests/keyfile.c
glib/tests/mappedfile.c
glib/tests/markup-parse.c
glib/tests/protocol.c