14745: Adds gocheck hook to go test for azure dirver
[arvados.git] / lib / cloud / azure / azure_test.go
index b496d3b3fb732d50885271411d12e16696b78c58..e924aa61063d506f394b29798177dd9dff0ee2ab 100644 (file)
@@ -35,6 +35,7 @@ import (
        "net"
        "net/http"
        "os"
+       "testing"
        "time"
 
        "git.curoverse.com/arvados.git/lib/cloud"
@@ -52,6 +53,11 @@ import (
        check "gopkg.in/check.v1"
 )
 
+// Gocheck boilerplate
+func Test(t *testing.T) {
+       check.TestingT(t)
+}
+
 type AzureInstanceSetSuite struct{}
 
 var _ = check.Suite(&AzureInstanceSetSuite{})