mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-28 00:40:42 +00:00
8 lines
153 B
Bash
8 lines
153 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Directory of this script
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||
|
|
||
|
cd $DIR/build/
|
||
|
make goalc-test_coverage
|