[gimp/soc-2010-cage] app/tests: Rename test-layers to test-core
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage] app/tests: Rename test-layers to test-core
- Date: Wed, 30 Jun 2010 22:19:48 +0000 (UTC)
commit a1ef90dad2a987df7078e7d2d9261539bf743e2a
Author: Martin Nordholts <martinn src gnome org>
Date: Tue Jun 29 18:08:34 2010 +0200
app/tests: Rename test-layers to test-core
Rename test-layers to test-core so we can put more tests there, like
color processing algorithm tests for example.
app/tests/.gitignore | 2 +-
app/tests/Makefile.am | 2 +-
app/tests/{test-layers.c => test-core.c} | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/tests/.gitignore b/app/tests/.gitignore
index 71c7b6c..9c58683 100644
--- a/app/tests/.gitignore
+++ b/app/tests/.gitignore
@@ -4,8 +4,8 @@
Makefile
Makefile.in
libgimpapptestutils.a
+test-core*
test-layer-grouping*
-test-layers*
test-session-management*
test-ui*
test-window-management*
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index 04b9c6a..6acfe07 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -11,7 +11,7 @@ TESTS_ENVIRONMENT = \
GIMP_TESTING_ABS_TOP_BUILDDIR= abs_top_builddir@
TESTS = \
- test-layers \
+ test-core \
test-session-management \
test-ui \
test-xcf
diff --git a/app/tests/test-layers.c b/app/tests/test-core.c
similarity index 99%
rename from app/tests/test-layers.c
rename to app/tests/test-core.c
index 8bb798e..25ed860 100644
--- a/app/tests/test-layers.c
+++ b/app/tests/test-core.c
@@ -31,7 +31,7 @@
#define GIMP_TEST_IMAGE_SIZE 100
#define ADD_TEST(function) \
- g_test_add ("/gimp-layers/" #function, \
+ g_test_add ("/gimp-core/" #function, \
GimpTestFixture, \
gimp, \
gimp_test_image_setup, \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]