mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 16:40:41 -05:00
9 lines
97 B
Bash
9 lines
97 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
wireplumber &
|
||
|
sleep 1
|
||
|
|
||
|
catchsegv meson test -C build --no-rebuild -t 10
|