forked from TrueCloudLab/restic
Add hashing package
This commit is contained in:
commit
c54facf66b
3 changed files with 198 additions and 0 deletions
12
hashing/hashing_suite_test.go
Normal file
12
hashing/hashing_suite_test.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package hashing_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestHashing(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Hashing Suite")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue