summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-06-25 12:04:44 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2014-06-25 12:21:39 +0100
commit9c9b37cb210db79efc95f037d565587e3fbb7fd3 (patch)
tree3a20772ae11773aa7153540023f537d2b2792713
parent4cdcbcb2b1d339466911d523fb116719c94eb0eb (diff)
downloadclutter-9c9b37cb210db79efc95f037d565587e3fbb7fd3.tar.gz
conform: Ensure to disable diagnostic messages
We don't want tests to fail for deprecation messages; we already disable deprecation warnings from the compiler for the same reason.
-rw-r--r--tests/conform/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index 54b84a0c8..4568d1794 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -75,6 +75,8 @@ script_tests = \
test-script-timeline-markers.json \
test-state-1.json
+TESTS_ENVIRONMENT += G_ENABLE_DIAGNOSTIC=0 CLUTTER_ENABLE_DIAGNOSTIC=0
+
# simple rules for generating a Git ignore file for the conformance test suite
$(srcdir)/.gitignore: Makefile
$(AM_V_GEN)( echo "/*.trs" ; \