summaryrefslogtreecommitdiff
path: root/test/pdf-features.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-01-10 13:04:52 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-08-13 21:55:09 +0100
commitf85a4aec1f94f8fbd8e4db770ff1f70c3286fc90 (patch)
tree046aa588f02008f66abd5680a658d1489bd11fd1 /test/pdf-features.c
parent436c0c8be28546813139f391a62303d4c1894fc3 (diff)
[test] Export a function to check whether a target is enabled.
Allow individuals tests to check whether a test target is enabled - useful for those tests that circumvent cairo_test() and perform feature testing.
Diffstat (limited to 'test/pdf-features.c')
-rw-r--r--test/pdf-features.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pdf-features.c b/test/pdf-features.c
index 74804cd8..e8616850 100644
--- a/test/pdf-features.c
+++ b/test/pdf-features.c
@@ -94,6 +94,10 @@ main (void)
size_t i;
cairo_test_init (&ctx, "pdf-features");
+ if (! cairo_test_is_target_enabled (&ctx, "pdf")) {
+ cairo_test_fini (&ctx);
+ return CAIRO_TEST_UNTESTED;
+ }
filename = "pdf-features.pdf";