Files
jak-project/test.sh
T
2020-09-08 15:47:25 -04:00

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 ..