mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
de5aa7e5e4
* move things to the common library and remove next_dir * fix for windows * one last windows fix * last fix for real this time * debug listener test * fix listener threading bug
8 lines
153 B
Bash
Executable File
8 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Directory of this script
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
cd $DIR/build/
|
|
make goalc-test_coverage
|