aboutsummaryrefslogtreecommitdiffstats
path: root/common/main_test.go
blob: 2bed278e6d91a14b060ed4e9273be9160583567c (plain) (blame)
1
2
3
4
5
6
7
8
9
package common

import (
    "testing"

    checker "gopkg.in/check.v1"
)

func Test(t *testing.T) { checker.TestingT(t) }