From 5fc953cb5eec7960138037f248440778239aef11 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 27 Sep 2011 17:50:51 +0100 Subject: [PATCH] test-textures -> test-texture-slicing The unit is supposed to be testing the slicing support in CoglTexture. --- tests/interactive/Makefile.am | 2 +- tests/interactive/{test-textures.c => test-texture-slicing.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/interactive/{test-textures.c => test-texture-slicing.c} (100%) diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 73d24eb3d..eb4bde652 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/build/autotools/Makefile.am.silent UNIT_TESTS = \ - test-textures.c \ + test-texture-slicing.c \ test-texture-async.c \ test-texture-material.c \ test-events.c \ diff --git a/tests/interactive/test-textures.c b/tests/interactive/test-texture-slicing.c similarity index 100% rename from tests/interactive/test-textures.c rename to tests/interactive/test-texture-slicing.c