aptly/files/files_test.go

13 lines
127 B
Go

package files
import (
"testing"
. "gopkg.in/check.v1"
)
// Launch gocheck tests
func Test(t *testing.T) {
TestingT(t)
}