add basic test infrastructure

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2016-01-23 16:48:19 +01:00
parent 6a675e6966
commit e17927ca1d
18 changed files with 2553 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ clone() {
clean() {
local packages=(
"${PROJECT}" # package main
"${PROJECT}/integration" # package main
)
local platforms=( linux/amd64 linux/386 )

View File

@@ -11,6 +11,7 @@ clone git github.com/docker/docker master
clone git golang.org/x/net master https://github.com/golang/net.git
clone git github.com/docker/engine-api master
clone git github.com/docker/distribution v2.3.0-rc.1
clone git github.com/go-check/check v1
clone git github.com/docker/go-connections master
clone git github.com/docker/go-units master
clone git github.com/docker/libtrust master