plugeth/common/main_test.go
2015-03-16 11:27:38 +01:00

10 lines
117 B
Go

package common
import (
"testing"
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }