8 lines
170 B
YAML
8 lines
170 B
YAML
|
- id: meson test
|
||
|
name: meson test
|
||
|
description: Run all meson tests
|
||
|
entry: meson test -C build/
|
||
|
language: system
|
||
|
always_run: true
|
||
|
pass_filenames: false
|