🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
484 B

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