summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-09-08 20:10:03 +0000
committerUli Schlachter <psychon@znc.in>2013-09-09 21:21:43 +0200
commitbe7f1ac98f62669743f381df8845886d29a9f7f4 (patch)
treea3589ba3f95fd495191e6abdb13bcb76a18e9053 /test/cairo-test.h
parent6731023f1bba7e26dbbc06defdbb37ac5267e9db (diff)
downloadcairo-be7f1ac98f62669743f381df8845886d29a9f7f4.tar.gz
test: Make cairo_test_mkdir() usable throughout tests.
Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r--test/cairo-test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h
index 87ba7df54..c753728f0 100644
--- a/test/cairo-test.h
+++ b/test/cairo-test.h
@@ -318,6 +318,9 @@ cairo_test_get_reference_image (cairo_test_context_t *ctx,
const char *filename,
cairo_bool_t flatten);
+cairo_bool_t
+cairo_test_mkdir (const char *path);
+
CAIRO_END_DECLS
#endif