add a separate cmake configuration for code coverage builds

This commit is contained in:
water
2020-09-08 19:15:38 -04:00
parent 699270c00c
commit c9e99b8ebe
5 changed files with 19 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Directory of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export NEXT_DIR=$DIR
export FAKE_ISO_PATH=/game/fake_iso.txt
cd $DIR/build/
make goalc-test_coverage