mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
06ef52cd25
* [decompiler] suppport jak 2 * cleanpu * remove brief from gtest options * fix test
7 lines
198 B
Bash
Executable File
7 lines
198 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="-*MANUAL_TEST*"
|