fix to make it run

This commit is contained in:
CK Tan 2021-07-05 00:11:10 -07:00
parent 45921ae3db
commit 6b49aaf863
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export GOPATH=$DIR/goworkspace # if it isn't already set
# $GOPATH/bin/toml-test $GOPATH/bin/toml-test-decoder # e.g., run tests on my parser
$GOPATH/bin/toml-test ../toml_json
rm -f tests
ln -s ./goworkspace/pkg/mod/github.com/\!burnt\!sushi/toml-test@v0.1.0/tests
./toml-test ../toml_json