2021-02-04 02:29:46 +00:00
|
|
|
#!/usr/bin/env bash
|
2020-08-23 02:30:12 +00:00
|
|
|
|
|
|
|
# Directory of this script
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
|
2023-01-22 00:51:13 +00:00
|
|
|
"$DIR/build/goalc-test" --gtest_color=yes "$@" --gtest_filter="-*MANUAL_TEST*"
|