Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
data/macros: Add meson_test macro
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Jan 30, 2024
1 parent b6b0f6f commit c580cec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/macros/actions/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ actions:
dependencies:
- meson

- meson_test:
command: |
meson test --no-rebuild --print-errorlogs -j "%(jobs)" -C "%(builddir)"
dependencies:
- meson

definitions:

# Default meson options as passed to meson
Expand Down

0 comments on commit c580cec

Please sign in to comment.