aboutsummaryrefslogtreecommitdiffstats
path: root/formats/packfile/common_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'formats/packfile/common_test.go')
-rw-r--r--formats/packfile/common_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/formats/packfile/common_test.go b/formats/packfile/common_test.go
new file mode 100644
index 0000000..104a5d2
--- /dev/null
+++ b/formats/packfile/common_test.go
@@ -0,0 +1,9 @@
+package packfile
+
+import (
+ "testing"
+
+ . "gopkg.in/check.v1"
+)
+
+func Test(t *testing.T) { TestingT(t) }