summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-06-30 22:01:24 +0200
committerBehdad Esfahbod <behdad@behdad.org>2006-07-01 02:07:28 +0200
commit01b1f3572c3c15a08dd6f32788106c0e42fd2436 (patch)
tree652ac15296e19e786552498b0944b22738189876 /test/cairo-test.h
parent19c4700101bfce7d73a50017021b4ec198ddd783 (diff)
downloadcairo-01b1f3572c3c15a08dd6f32788106c0e42fd2436.tar.gz
Detect and report crashes in tests.
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r--test/cairo-test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h
index d47c47f5b..f33ea1e4f 100644
--- a/test/cairo-test.h
+++ b/test/cairo-test.h
@@ -67,7 +67,8 @@ typedef unsigned __int64 uint64_t;
typedef enum cairo_test_status {
CAIRO_TEST_SUCCESS = 0,
CAIRO_TEST_FAILURE,
- CAIRO_TEST_UNTESTED
+ CAIRO_TEST_UNTESTED,
+ CAIRO_TEST_CRASHED
} cairo_test_status_t;
typedef struct cairo_test {