Add a comment

This commit is contained in:
Matthias Clasen 2022-12-17 22:30:31 -05:00 committed by Behdad Esfahbod
parent 3b32eab38e
commit 2d4678b647
1 changed files with 6 additions and 0 deletions

View File

@ -726,6 +726,12 @@ test_hb_ot_color_colr_v1 (gconstpointer d)
hb_font_paint_glyph (font, test->glyph, funcs, &data);
/* Run
*
* GENERATE_DATA=1 G_TEST_SRCDIR=./test/api ./build/test/api/test-ot-color -p TESTCASE > test/api/results/OUTPUT
*
* to produce the expected results file.
*/
if (getenv ("GENERATE_DATA"))
{
g_print ("%s\n", data.string->str);