Sign in
edge
/
third_party
/
pelletier
/
go-toml
/
1c0f7f552c56ab5af0ce572abcaee9a43c28dcd8
/
.
/
test.sh
blob: b6ed4b4377e1d656d7629ad3ec805a5bc174e4bc [
file
]
#!/bin/bash
# Run basic go unit tests
go test
-
v
./...
result
=
$
?
# Run example-based toml tests
cd test_program
&&
./
go
-
test
.
sh
result
=
"$(( result || $? ))"
exit $result