mirror of
https://github.com/open-goal/jak-project
synced 2026-07-04 05:20:56 -04:00
12 lines
223 B
Bash
Executable File
12 lines
223 B
Bash
Executable File
#!/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
|
|
ls
|
|
ls ..
|