summaryrefslogtreecommitdiff
path: root/test/linear-gradient.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-03-29 00:02:19 +0000
committerCarl Worth <cworth@cworth.org>2005-03-29 00:02:19 +0000
commit35b9e3c45d8a4c2aa24eff5acb04d0e1eb7bc6ba (patch)
treef66a6bb1ef0a0633a8fb4b263a83e69e49f8a128 /test/linear-gradient.c
parentd9c2be3dcd27baa91b67cc9179bc98e06805a365 (diff)
downloadcairo-35b9e3c45d8a4c2aa24eff5acb04d0e1eb7bc6ba.tar.gz
More _/- renames in the test directory.
Diffstat (limited to 'test/linear-gradient.c')
-rw-r--r--test/linear-gradient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/linear-gradient.c b/test/linear-gradient.c
index 5711d15bc..418ddf2fe 100644
--- a/test/linear-gradient.c
+++ b/test/linear-gradient.c
@@ -23,7 +23,7 @@
* Author: Owen Taylor <otaylor@redhat.com>
*/
-#include "cairo_test.h"
+#include "cairo-test.h"
#include "stdio.h"
/* The test matrix is
@@ -55,7 +55,7 @@ static const int n_stops[] = { 2, 3 };
#define HEIGHT N_N_STOPS * N_ROTATE_ANGLES * UNIT_SIZE + (N_N_STOPS * N_ROTATE_ANGLES + 1) * PAD
cairo_test_t test = {
- "linear_gradient",
+ "linear-gradient",
"Tests the drawing of linear gradients",
WIDTH, HEIGHT
};