Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xorg-integration-tests
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • xorgxorg
  • test
  • xorg-integration-tests
  • Merge requests
  • !3

Add support for meson

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Peter Hutterer requested to merge whot/xorg-integration-tests:wip/meson into master Nov 26, 2020
  • Overview 4
  • Commits 13
  • Pipelines 4
  • Changes 31

A few 7 year old patches that never made it upstream, followed by some cleanups and support for meson. Building XIT now just comes down to

$ git submodule init
$ git submodule update
$ meson build && ninja -C build test

Some tests fail, but they do with the autotools build too, so...

Reverts the tuple patch because of #1 (closed)

cc @p12tic

Requires xorg-gtest!4 (merged)

Edited Nov 30, 2020 by Peter Hutterer
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/meson