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.
This commit is contained in:
Emmanuele Bassi 2014-06-25 12:04:44 +01:00
parent 4cdcbcb2b1
commit 9c9b37cb21

View File

@ -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" ; \