jak-project/test.sh
2020-08-27 20:53:11 -04:00

7 lines
183 B
Bash
Executable file

#!/bin/bash
# Directory of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export NEXT_DIR=$DIR
$DIR/build/test/goalc-test --gtest_color=yes "$@"