summaryrefslogtreecommitdiff
path: root/tests/functional/version/scrypt.go
blob: 5133f8c0deea18077b5c03c1f1b029c362f2d25a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
package scrypt

import (
	g "gobang"
)



func MainTest() {
	g.Testing("we can get the lib version", func() {
		g.TAssertEqual(len(Version) >= 5, true)
	})
}