summaryrefslogtreecommitdiff
path: root/scripts/run_exhaustive_tests.py
Commit message (Collapse)AuthorAge
* Rename get_shapes to get_glyphs in layout.py.Roozbeh Pournader2015-04-24
|
* Look at actual shapes instead of advances.Roozbeh Pournader2015-04-24
| | | | | The previous code was mistakenly looking at advances of glyphs, instead of the glyphs themselves.
* Add test for soft-dotted characters.Roozbeh Pournader2015-04-24
| | | | | | | The test is added to run_exhaustive_tests.py, and checks all combinations of soft-dotted characters with combining marks above. It's disabled for now, since the fonts fail it.
* Move v2 output from out/v2/ to out/.James Godfrey-Kittle2015-04-16
| | | | Rollback changes from ra92a8e3146bd.
* Add license files and headers.James Godfrey-Kittle2015-04-16
|
* Update font paths in tests to look in out/v2.James Godfrey-Kittle2015-04-16
| | | | This is the output directory for fonts created with this branch since r07c436525dd3.
* Cleanup executable flags and #! headers.Roozbeh Pournader2015-04-16
| | | | | Some files that were supposed to be executable didn't have the flag, while others that were not supposed to be had #! headers.
* Move get_advances to a new layout module.Roozbeh Pournader2015-04-16
|
* Move the exhaustive tests to a different make targe.Roozbeh Pournader2015-04-16
Plus some cleanup in imports.