mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-13 05:34:13 -04:00
Add a unit test for wlr_box and benchmark for wlr_scene_node_at as our first test examples, lowering the barrier for adding more tests as suitable.
10 lines
184 B
Meson
10 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,
|
|
)
|