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;