mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 06:53:45 -04:00
add a separate cmake configuration for code coverage builds
This commit is contained in:
Executable
+9
@@ -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
|
||||
Reference in New Issue
Block a user