From 397e0ddb166097ae9a281c70bbff49196e513c5b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 16 Dec 2010 15:30:53 +0000 Subject: [PATCH] interactive: Rename test-rotate 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 | 2 +- tests/interactive/{test-rotate.c => test-shader-effects.c} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/interactive/{test-rotate.c => test-shader-effects.c} (98%) diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index e73638c68..9131a6896 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -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 \ diff --git a/tests/interactive/test-rotate.c b/tests/interactive/test-shader-effects.c similarity index 98% rename from tests/interactive/test-rotate.c rename to tests/interactive/test-shader-effects.c index b4dc14e3d..11fba5bfb 100644 --- a/tests/interactive/test-rotate.c +++ b/tests/interactive/test-shader-effects.c @@ -8,7 +8,7 @@ #include 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;