interactive: Rename test-rotate
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 16 Dec 2010 15:30:53 +0000 (15:30 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 16 Dec 2010 15:35:38 +0000 (15:35 +0000)
The rotation test is now really testing the shader-based effects we ship
with Clutter. The name should be changed to reflect that.

tests/interactive/Makefile.am
tests/interactive/test-shader-effects.c [moved from tests/interactive/test-rotate.c with 98% similarity]

index e73638c..9131a68 100644 (file)
@@ -9,7 +9,7 @@ UNIT_TESTS = \
         test-actors.c \
         test-actor-clone.c \
        test-behave.c \
-       test-rotate.c \
+       test-shader-effects.c \
        test-depth.c \
        test-threads.c \
        test-script.c \
similarity index 98%
rename from tests/interactive/test-rotate.c
rename to tests/interactive/test-shader-effects.c
index b4dc14e..11fba5b 100644 (file)
@@ -8,7 +8,7 @@
 #include <clutter/clutter.h>
 
 G_MODULE_EXPORT int
-test_rotate_main (int argc, char *argv[])
+test_shader_effects_main (int argc, char *argv[])
 {
   ClutterTimeline *timeline;
   ClutterActor *stage, *hand, *label, *rect;