frostfs-contract/Makefile
Alex Vanin a2479a3ade [#15] Add notifications list in config
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-08-28 09:55:02 +03:00

11 lines
242 B
Makefile

PACKAGE=github.com/nspcc-dev/neofs-contract
NEOGO?=neo-go
.PHONY: build tests
build:
$(NEOGO) contract compile -i neofs_contract.go -c neofs_config.yml -m neofs.manifest.json
tests:
go mod vendor
go test -mod=vendor -v -race $(PACKAGE)