[clutter] tests: Remove test-cogl-pixel-buffer



commit 762e0de2c60dff77b36e9fefefc3ad263c33ce90
Author: Neil Roberts <neil linux intel com>
Date:   Mon Mar 5 19:23:46 2012 +0000

    tests: Remove test-cogl-pixel-buffer
    
    This has been converted to a Cogl-based test in the cogl source tree
    so there is no need to maintain it here anymore.
    
    Reviewed-by: Robert Bragg <robert linux intel com>

 tests/conform/Makefile.am              |    1 -
 tests/conform/test-cogl-pixel-buffer.c |  329 --------------------------------
 tests/conform/test-conform-main.c      |    1 -
 3 files changed, 0 insertions(+), 331 deletions(-)
---
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index 53017c3..1b0f9ea 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -33,7 +33,6 @@ units_sources += \
 	test-cogl-multitexture.c        	\
 	test-cogl-npot-texture.c        	\
 	test-cogl-object.c			\
-	test-cogl-pixel-buffer.c		\
 	test-cogl-premult.c			\
 	test-cogl-readpixels.c			\
 	test-cogl-texture-get-set-data.c 	\
diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c
index a47be11..04536ae 100644
--- a/tests/conform/test-conform-main.c
+++ b/tests/conform/test-conform-main.c
@@ -243,7 +243,6 @@ main (int argc, char **argv)
   TEST_CONFORM_SIMPLE ("/cogl/texture", test_cogl_npot_texture);
   TEST_CONFORM_SIMPLE ("/cogl/texture", test_cogl_multitexture);
   TEST_CONFORM_SIMPLE ("/cogl/texture", test_cogl_texture_mipmaps);
-  TEST_CONFORM_SIMPLE ("/cogl/texture", test_cogl_pixel_array);
   TEST_CONFORM_SIMPLE ("/cogl/texture", test_cogl_texture_rectangle);
   TEST_CONFORM_SIMPLE ("/cogl/texture", test_cogl_texture_pixmap_x11);
   TEST_CONFORM_SIMPLE ("/cogl/texture", test_cogl_texture_get_set_data);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]