summaryrefslogtreecommitdiff
path: root/tests/test-common.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-22 23:01:25 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-24 19:57:58 -0500
commit9a63774e6f6bdc262da09088aa9075330798f18a (patch)
tree757ac7d55526ce8ebaff02145feae8a5d8c52e57 /tests/test-common.h
parent3f6f2887f02ee6cf98d115085b0dcff681696e0e (diff)
downloadpango-9a63774e6f6bdc262da09088aa9075330798f18a.tar.gz
Update test-layout
Use the new output serialization in test-layout to store both the input and output in the same file.
Diffstat (limited to 'tests/test-common.h')
-rw-r--r--tests/test-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-common.h b/tests/test-common.h
index 86320236..6fe96133 100644
--- a/tests/test-common.h
+++ b/tests/test-common.h
@@ -6,6 +6,10 @@ char * diff_with_file (const char *file,
gssize len,
GError **error);
+char * diff_bytes (GBytes *b1,
+ GBytes *b2,
+ GError **error);
+
gboolean file_has_prefix (const char *file,
const char *str,
GError **error);