summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2010-06-12 16:20:37 +0200
committerAndrea Canciani <ranma42@gmail.com>2010-06-12 16:30:56 +0200
commit3cb882d01b53cb3cec9be62d678dd4ef7ea2c1fd (patch)
treed83cb8fa93bf3f9e72d124c8de6316779cb5fc0e /test/cairo-test.h
parentb1e4df928fb59ee295830d5c0fa26330714f88f2 (diff)
downloadcairo-3cb882d01b53cb3cec9be62d678dd4ef7ea2c1fd.tar.gz
test: make test font family a define
In order to make it easier to change the test font family, add it as a define in the global header and always reference the macro in the tests.
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r--test/cairo-test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h
index e2bf1a759..a2af43dda 100644
--- a/test/cairo-test.h
+++ b/test/cairo-test.h
@@ -83,6 +83,8 @@ cairo_test_NaN (void)
#define CAIRO_TEST_LOG_SUFFIX ".log"
+#define CAIRO_TEST_FONT_FAMILY "Bitstream Vera"
+
/* What is a fail and what isn't?
* When running the test suite we want to detect unexpected output. This
* can be caused by a change we have made to cairo itself, or a change