[test] Add --single-par to more places in hb-aots-tester [ci skip]
This commit is contained in:
parent
2d12fc90a4
commit
1522015bb2
|
@ -258,7 +258,7 @@ bool cmap_test(const char *testName,
|
|||
hb_feature_to_string (&data.features[i], buf, sizeof (buf));
|
||||
fprintf (tests_file, "%s", buf);
|
||||
}
|
||||
fprintf (tests_file, "\" --no-clusters --no-glyph-names --no-positions --font-funcs=ot;");
|
||||
fprintf (tests_file, "\" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;");
|
||||
|
||||
for (unsigned int i = 0; i < nbIn; i++)
|
||||
{
|
||||
|
@ -388,7 +388,7 @@ bool gpos_test(const char *testName,
|
|||
hb_feature_to_string (&data.features[i], buf, sizeof (buf));
|
||||
fprintf (tests_file, "%s", buf);
|
||||
}
|
||||
fprintf (tests_file, "\" --no-clusters --no-glyph-names --ned;");
|
||||
fprintf (tests_file, "\" --single-par --no-clusters --no-glyph-names --ned;");
|
||||
|
||||
for (unsigned int i = 0; i < nbIn; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue