Home
last modified time | relevance | path

Searched refs:hb_test_add_fixture (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-unicode.c969 hb_test_add_fixture (data_fixture, NULL, test_unicode_subclassing_nil); in main()
970 hb_test_add_fixture (data_fixture, NULL, test_unicode_subclassing_default); in main()
971 hb_test_add_fixture (data_fixture, NULL, test_unicode_subclassing_deep); in main()
Dhb-test.h246 #define hb_test_add_fixture(FixturePrefix, UserData, Func) \ macro
Dtest-buffer.c876 hb_test_add_fixture (fixture, GINT_TO_POINTER (BUFFER_EMPTY), test_buffer_allocation); in main()