about summary refs log tree commit diff stats
path: root/tests/test_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_common.h')
-rw-r--r--tests/test_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_common.h b/tests/test_common.h
index 8b5128fd..1866e73d 100644
--- a/tests/test_common.h
+++ b/tests/test_common.h
@@ -46,3 +46,9 @@ void test_p_sha1_hash5(void **state);
 void test_p_sha1_hash6(void **state);
 void test_p_sha1_hash6(void **state);
 void test_p_sha1_hash7(void **state);
+void utf8_display_len_null_str(void **state);
+void utf8_display_len_1_non_wide(void **state);
+void utf8_display_len_1_wide(void **state);
+void utf8_display_len_non_wide(void **state);
+void utf8_display_len_wide(void **state);
+void utf8_display_len_all_wide(void **state);
\ No newline at end of file