mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 13:05:04 +00:00
[test-threads] Test all font-funcs
Fontations & Coretext are new and seems to pass.
This commit is contained in:
parent
2a878b1b76
commit
c3eac5c0f3
2 changed files with 4 additions and 6 deletions
|
@ -148,9 +148,8 @@ main (int argc, char **argv)
|
|||
ref_buffer = hb_buffer_create ();
|
||||
fill_the_buffer (ref_buffer);
|
||||
|
||||
// TODO Test all backends
|
||||
test_body ("ot");
|
||||
test_body ("ft");
|
||||
for (const char **font_funcs = hb_font_list_funcs (); *font_funcs; font_funcs++)
|
||||
test_body (*font_funcs);
|
||||
|
||||
hb_buffer_destroy (ref_buffer);
|
||||
|
||||
|
|
|
@ -183,9 +183,8 @@ int main(int argc, char** argv)
|
|||
{
|
||||
bool is_var = (bool) variable;
|
||||
|
||||
// TODO Test all backends.
|
||||
test_backend ("ot", is_var, test_input);
|
||||
test_backend ("ft", is_var, test_input);
|
||||
for (const char **font_funcs = hb_font_list_funcs (); *font_funcs; font_funcs++)
|
||||
test_backend (*font_funcs, is_var, test_input);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue