Files
aptly/deb/debian_test.go
T
2017-07-04 14:45:08 +02:00

13 lines
125 B
Go

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