Files
go-toml/test.sh
T
2013-12-10 14:50:52 +01:00

8 lines
120 B
Bash
Executable File

#!/bin/bash
# Run basic go unit tests
go test -v ./...
# Run example-based toml tests
cd test_program && ./go-test.sh