Add standalone-sign and standalone-verify commands

This commit is contained in:
Miloslav Trmač
2016-03-23 18:13:20 +01:00
parent 69d5a131c9
commit 03f6cb89e6
5 changed files with 210 additions and 1 deletions

View File

@@ -53,8 +53,9 @@ shell: build-container
check: validate test-unit test-integration
# The tests can run out of entropy and block in containers, so replace /dev/random.
test-integration: build-container
$(DOCKER_RUN_DOCKER) hack/make.sh test-integration
$(DOCKER_RUN_DOCKER) bash -c 'rm -f /dev/random; ln -sf /dev/urandom /dev/random; hack/make.sh test-integration'
test-unit: build-container
# Just call (make test unit-local) here instead of worrying about environment differences, e.g. GO15VENDOREXPERIMENT.