Bent automates downloading, compiling, and running Go tests and benchmarks from various Github repositories. By default the test/benchmark is run in a Docker container.
Installation:
go get github.com/dr2chase/bent
Also depends on burntsushi/toml, and expects that docker is installed and available on the command line.
Inputs:
Usage:
In an empty or scratch directory, run "bent -I" to verify that src, pkg, and bin directories are not found,
and creates the Dockerfile needed for sandboxing.
etc.