• Home
Name Date Size #Lines LOC

..--

issue-1063/12-May-2024-4928

scripts/12-May-2024-303187

README.mdD12-May-2024484 2313

meson.buildD12-May-2024297 1511

README.md

1# Unit and regression tests for the FreeType library
2
3## Quick Start
4
5### Download test fonts
6
7Run the `tests/scripts/download-fonts.py` script, which will
8download test fonts to the `tests/data/` directory first.
9
10### Build the test programs
11
12The tests are only built with the Meson build system, and
13are disabled by default, enable the 'tests' option to compile
14them, as in:
15
16  meson setup out -Dtests=enabled
17  meson compile -C out
18
19### Run the test programs
20
21  meson test -C out
22
23