mutter/test-fixtures
Neil Roberts 3ccd22b9e0 Set G_DEBUG=fatal-warnings in run-tests.sh
We want any run-time warnings to cause the conformance tests to fail.
We are currently setting G_DEBUG in test_utils_init and this would
previously cause the fatal-warnings debug option to be set. However
since commit 47444dac of glib this no longer works because the
environment variable is read in a magic constructor of libglib so it
is too late to try to set it there. This patch makes it also set it in
run-tests.sh to avoid the problem.

Reviewed-by: Robert Bragg <robert@linux.intel.com>

(cherry picked from commit 95a6d962f5bc2f21bfcdb2f0bc6b55cfa28792b3)
2013-06-21 14:18:40 +01:00
..
Makefile.am tests: Adds our first white-box unit test 2013-06-06 21:27:16 +01:00
test-unit.h tests: Adds our first white-box unit test 2013-06-06 21:27:16 +01:00
test-utils.c Set G_DEBUG=fatal-warnings in run-tests.sh 2013-06-21 14:18:40 +01:00
test-utils.h Add support for per-vertex point sizes 2013-06-07 16:53:29 +01:00