The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
221 B
8 lines
221 B
5 years ago
|
#!/bin/sh
|
||
|
#
|
||
|
# This tests that using a shell as an intermediary between Meson and the
|
||
|
# actual unit test which dies due to a signal is still recorded correctly.
|
||
|
#
|
||
|
# The quotes are because the path may contain spaces.
|
||
|
"$1"
|