fix to make it run
This commit is contained in:
parent
45921ae3db
commit
6b49aaf863
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
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
|
rm -f tests
|
||||||
$GOPATH/bin/toml-test ../toml_json
|
ln -s ./goworkspace/pkg/mod/github.com/\!burnt\!sushi/toml-test@v0.1.0/tests
|
||||||
|
./toml-test ../toml_json
|
||||||
|
|
Loading…
Reference in a new issue