build: Enable experimental COGL API in tests/conform
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 15 Feb 2010 11:58:55 +0000 (11:58 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 15 Feb 2010 11:58:55 +0000 (11:58 +0000)
Enable the experimental API when building the conformance test suite.

tests/conform/Makefile.am
tests/conform/test-cogl-pixel-buffer.c

index 7466ac9..f197766 100644 (file)
@@ -88,6 +88,7 @@ INCLUDES = \
 
 test_conformance_CPPFLAGS = \
        -DG_DISABLE_SINGLE_INCLUDES \
+       -DCOGL_ENABLE_EXPERIMENTAL_API \
        -DCOGL_DISABLE_DEPRECATED \
        -DCLUTTER_DISABLE_DEPRECATED \
        -DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\"
index cc4c289..bdaba96 100644 (file)
@@ -1,6 +1,3 @@
-
-#define COGL_ENABLE_EXPERIMENTAL_API
-
 #include <clutter/clutter.h>
 #include <cogl/cogl.h>
 #include <string.h>