mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-12 05:34:35 -04:00
11 lines
184 B
Meson
11 lines
184 B
Meson
|
|
test(
|
||
|
|
'box',
|
||
|
|
executable('test-box', 'test_box.c', dependencies: wlroots),
|
||
|
|
)
|
||
|
|
|
||
|
|
benchmark(
|
||
|
|
'scene',
|
||
|
|
executable('bench-scene', 'bench_scene.c', dependencies: wlroots),
|
||
|
|
timeout: 30,
|
||
|
|
)
|