Skip to content

Add README.meson file for meson test

Adrian Johnson requested to merge ajohnson/cairo:test-readme into master

I've copied test/README and updated it for meson. The changes are:

  • Replace autotools test commands with meson equivalent
  • Removed obsolete information
  • Document all test options and env vars. This is still incomplete. I grepped for getenv and listed all the env vars but have not completed documenting them as I am unsure about some of them.
  • Added some information about creating ref images from CI.

Merge request reports