mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
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:
parent
4cdcbcb2b1
commit
9c9b37cb21
@ -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" ; \
|
||||
|
Loading…
Reference in New Issue
Block a user