under_the_ashland_dome/scripts/coverage_reset.sh
2026-04-05 09:56:05 -04:00

11 lines
262 B
Bash
Executable file

#!/usr/bin/env bash
set -e
mv -f ./subprojects/packagecache .
rm -rf subprojects builddir
mkdir subprojects
mv packagecache ./subprojects/
mkdir builddir
cp wraps/*.wrap subprojects/
# on OSX you can't do this with static
meson setup -Db_coverage=true builddir