diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-22 23:01:25 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-24 19:57:58 -0500 |
commit | 9a63774e6f6bdc262da09088aa9075330798f18a (patch) | |
tree | 757ac7d55526ce8ebaff02145feae8a5d8c52e57 /tests/test-common.h | |
parent | 3f6f2887f02ee6cf98d115085b0dcff681696e0e (diff) | |
download | pango-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.h | 4 |
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); |