summaryrefslogtreecommitdiff
path: root/tests/interactive
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-07-02 22:24:31 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-07-02 22:26:49 +0100
commit4a05ac34fca7988c3ea8155b779fb7d4cf071c6b (patch)
treefe6c4eb685d733592c7658c5c8ca71129935176b /tests/interactive
parent4787ae2f638bc35c48caec2515427cf85aed25e2 (diff)
downloadclutter-4a05ac34fca7988c3ea8155b779fb7d4cf071c6b.tar.gz
build: Disable Cogl deprecation warnings for tests
We are exercising all sorts of deprecated API anyway.
Diffstat (limited to 'tests/interactive')
-rw-r--r--tests/interactive/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index 8a06328f0..00bdae4da 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -147,6 +147,7 @@ test_interactive_CPPFLAGS = \
-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
-DG_DISABLE_SINGLE_INCLUDES \
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
+ -DCOGL_DISABLE_DEPRECATION_WARNINGS \
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
-I$(top_srcdir) \
-I$(top_builddir) \