]> Pileus Git - ~andy/gtk/commitdiff
Rename rgba test file
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Jan 2012 00:02:48 +0000 (19:02 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 8 Jan 2012 00:02:48 +0000 (19:02 -0500)
Not testing GdkColor here, anymore.

gdk/tests/Makefile.am
gdk/tests/rgba.c [moved from gdk/tests/gdk-color.c with 93% similarity]

index 75dd9b4cea180d6a7961356ca27a6baee619c7fb..e4743374628d12a2b6930a1ec2250628c8f82c51 100644 (file)
@@ -19,9 +19,9 @@ progs_ldadd = \
 #check_gdk_cairo_SOURCES  = check-gdk-cairo.c
 #check_gdk_cairo_LDADD    = $(progs_ldadd)
 
-TEST_PROGS        += gdk-color
-gdk_color_SOURCES  = gdk-color.c
-gdk_color_LDADD    = $(progs_ldadd)
+TEST_PROGS   += rgba
+rgba_SOURCES  = rgba.c
+rgba_LDADD    = $(progs_ldadd)
 
 TEST_PROGS        += encoding
 encoding_SOURCES   = encoding.c
similarity index 93%
rename from gdk/tests/gdk-color.c
rename to gdk/tests/rgba.c
index af69c20dcfdaa995355bab94ebccfc5087c923b2..d23bb96fe90af3b463df8cbd7bdb6f40a33ddafa 100644 (file)
@@ -112,9 +112,9 @@ main (int argc, char *argv[])
 {
         g_test_init (&argc, &argv, NULL);
 
-        g_test_add_func ("/color/parse", test_color_parse);
-        g_test_add_func ("/color/to-string", test_color_to_string);
-        g_test_add_func ("/color/copy", test_color_copy);
+        g_test_add_func ("/rgba/parse", test_color_parse);
+        g_test_add_func ("/rgba/to-string", test_color_to_string);
+        g_test_add_func ("/rgba/copy", test_color_copy);
 
         return g_test_run ();
 }