Bug 1845715 - Check for failure when getting RegExp match result template r=iain
[gecko.git] / modules / freetype2 / tests / README.md
blob0d0b99aa86f4579440e482703c47347b402fbe6e
1 # Unit and regression tests for the FreeType library
3 ## Quick Start
5 ### Download test fonts
7 Run the `tests/scripts/download-fonts.py` script, which will
8 download test fonts to the `tests/data/` directory first.
10 ### Build the test programs
12 The tests are only built with the Meson build system, and
13 are disabled by default, enable the 'tests' option to compile
14 them, as in:
16   meson setup out -Dtests=enabled
17   meson compile -C out
19 ### Run the test programs
21   meson test -C out