File: meson.build

package info (click to toggle)
gtk4-layer-shell 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: ansic: 3,537; xml: 417; python: 333; makefile: 9
file content (32 lines) | stat: -rw-r--r-- 1,016 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
integration_tests = [
    'test-is-supported-true',
    'test-layer-surface-not-created',
    'test-creation-properties',
    'test-is-layer-window',
    'test-single-anchors',
    'test-multi-anchors',
    'test-set-anchor-normalizes-booleans',
    'test-set-layer',
    'test-get-layer',
    'test-set-margin',
    'test-get-margin',
    'test-set-default-size',
    'test-adapts-to-screen-size',
    'test-auto-exclusive-zone-no-margin',
    'test-auto-exclusive-zone-with-margin',
    'test-auto-exclusive-zone-weird-bool-values',
    'test-get-explicit-exclusive-zone',
    'test-get-auto-exclusive-zone',
    'test-exclusive-zone-below-negative-1',
    'test-close-layer-surface',
    'test-get-namespace-default',
    'test-get-namespace-on-non-layer-window',
    'test-get-namespace-custom-namespace',
    'test-set-keyboard-mode',
    'test-get-keyboard-mode',
    'test-get-monitor',
    'test-set-monitor',
    'test-create-xdg-toplevel',
    'test-hide-and-show',
    'test-init-after-window-created',
]