summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-26 12:51:38 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-26 12:52:12 -0400
commitd88f70a9792a22917e8ee1a1ac3a351e2f6be686 (patch)
treef8e5417261fcb16598dc884d0e546bfad114e9fd /tests
parent7a76cae522ff64e9da3677fea83d7a1cfc61855a (diff)
downloadgnome-desktop-d88f70a9792a22917e8ee1a1ac3a351e2f6be686.tar.gz
Ignore deprecations in tests
This is recent GLib breakage. Don't let that ruin our tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2fa928d2..e1bd748f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,6 +10,8 @@ AM_CPPFLAGS = \
AM_CFLAGS = -g $(WARN_CFLAGS)
+TESTS_ENVIRONMENT = G_ENABLE_DIAGNOSTIC=0
+
test_programs = \
wall-clock \
gtk-reftest \