summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 1028017fb9ecfdfe36c9b109a5412ac55a5602d0 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: LGPL-2.0-or-later

option(
  'tests',
  type : 'boolean',
  description : 'build and run unit tests',
  value : 'true',
)