Files
cloudinit/src/launchpad.net/goyaml/suite_test.go
Brian Waldon 4e47d1e1ee initial import
2014-03-04 16:36:05 -08:00

13 lines
149 B
Go

package goyaml_test
import (
. "launchpad.net/gocheck"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})