mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
switched build to meson
This commit is contained in:
9
build/dobuild-extensions/meson/check-memcheck
Executable file
9
build/dobuild-extensions/meson/check-memcheck
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
. DoBuildFiles/generic.properties
|
||||
|
||||
{ [ -z "$BUILDVERBOSE" ] && [ -z "$TESTVERBOSE" ]; } || set -- -v "$@"
|
||||
[ -z "$VERBOSE" ] || set -x
|
||||
|
||||
exec meson test -C "${PWD}/meson" --num-processes "$NPROC" --print-errorlogs --wrap 'valgrind --error-exitcode=1' "$@"
|
||||
|
||||
Reference in New Issue
Block a user