Makefile 190 Bytes
Newer Older
Jeromy's avatar
Jeromy committed
1
2
3
4
5
6
7
8
9
10
11
test: go_test other_tests

other_tests:
	cd test && make test

go_test: go_deps
	go test -race -cpu=5 -v ./...

go_deps:
	go get golang.org/x/crypto/sha3
	go get github.com/jbenet/go-base58