Add scripts and targets for manpages and yamldocs

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass
2017-05-10 18:24:32 -07:00
parent d95fd2f38c
commit ff615dbc4d
6 changed files with 44 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu -o pipefail
for pkg in $(go list ./... | grep -v /vendor/); do
for pkg in $@; do
./scripts/test/unit \
-cover \
-coverprofile=profile.out \