Archived
1
0

add tests and try making no libsodium version work properly

This commit is contained in:
Jeff Becker
2017-08-26 10:41:28 -04:00
parent 2983eb6fbd
commit 59ea3da355
6 changed files with 102 additions and 33 deletions

View File

@@ -10,3 +10,9 @@ pure:
clean:
GOPATH=$(REPO) go clean -v
test:
GOPATH=$(REPO) go test -v -tags libsodium srnd
test-pure:
GOPATH=$(REPO) go test -v srnd