Skip to content

How to install

Tests

To get started quickly and build tests:

meson setup build && ninja -C build

Meson requires that builds be done in a separate directory from the source tree!

To run self-tests from lib/tests and tests/:

ninja -C build test

Documentation

To build the documentation:

ninja -C build igt-gpu-tools-doc

Missing documentation for a new test?

Some drivers (e.g., Xe, i915) and KMS tests require proper documentation in a test plan. The build will fail if documentation is missing! See test_documentation.md for details.