mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[test] Minor use hb_test_init
This commit is contained in:
parent
6c98519c7e
commit
112b599826
2 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ test_ot_layout_get_ligature_carets_empty (void)
|
|||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
hb_test_init (&argc, &argv);
|
||||
|
||||
hb_test_add (test_ot_layout_get_ligature_carets_ot_gdef);
|
||||
hb_test_add (test_ot_layout_get_ligature_carets_empty);
|
||||
|
|
|
@ -110,7 +110,7 @@ int
|
|||
main (int argc, char **argv)
|
||||
{
|
||||
unsigned int status;
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
hb_test_init (&argc, &argv);
|
||||
|
||||
hb_test_add (test_ot_layout_feature_get_name_ids_and_characters);
|
||||
hb_test_add (test_ot_name);
|
||||
|
|
Loading…
Add table
Reference in a new issue