1
0
Fork 0
pre-commit-meson/.pre-commit-hooks.yaml

9 lines
205 B
YAML
Raw Normal View History

2022-03-14 17:58:40 +00:00
# SPDX-License-Identifier: CC0-1.0
2022-03-14 17:19:57 +00:00
- id: meson test
name: meson test
description: Run all meson tests
entry: meson test -C build/
language: system
always_run: true
pass_filenames: false