1package deb
2
3import (
4	"testing"
5
6	. "gopkg.in/check.v1"
7)
8
9// Launch gocheck tests
10func Test(t *testing.T) {
11	TestingT(t)
12}
13