Files
go-xmlsec/xmlenc/setup_test.go
2016-12-29 11:13:34 -05:00

11 lines
149 B
Go

package xmlenc
import (
"testing"
. "gopkg.in/check.v1"
)
// Hook up gocheck into the "go test" runner.
func Test(t *testing.T) { TestingT(t) }