mirror of
https://github.com/open-goal/jak-project
synced 2026-09-05 02:55:51 -04:00
9c86c86c74
Breaks the 300 file milestone, also includes the majority of mips2c functions carried forward. Some functions need some fixes in the c++ code to mips2c properly, and a small handful of the mips2c functions require manual patching -- all spots were marked with `TODO - fix` that had to be commented out to get things compiling.
7 lines
196 B
Bash
Executable File
7 lines
196 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Directory of this script
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
"$DIR/build/goalc-test" --gtest_color=yes "$@" --gtest_filter="*Draft*" -v
|