From dd059635d4a20fed1fc402cc2950e472a280fc2b Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Tue, 29 Jun 2010 18:08:34 +0200 Subject: [PATCH] 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(-) rename app/tests/{test-layers.c => test-core.c} (99%) diff --git a/app/tests/.gitignore b/app/tests/.gitignore index 71c7b6c207..9c58683ba2 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 04b9c6a31d..6acfe07036 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 8bb798eeea..25ed860d7b 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, \