Skip to content

Commit

Permalink
Merge pull request #125 from dusk-network/add-mock
Browse files Browse the repository at this point in the history
Update make command for mocks
  • Loading branch information
jules authored Sep 20, 2020
2 parents 84a15ec + 8ed844b commit 15e9f4b
Show file tree
Hide file tree
Showing 18 changed files with 3,239 additions and 5,331 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ help: ## Display this help screen
mock-monitor:
@protoc -I./monitor --gogo_out=plugins=grpc,paths=source_relative:./autogen/go/monitor --gogrpcmock_out=paths=source_relative:./autogen/go/monitor ./monitor/*.proto
mock-rusk:
@protoc -I./rusk --gogo_out=plugins=grpc,paths=source_relative:./autogen/go/rusk --gogrpcmock_out=paths=source_relative:./autogen/go/rusk ./rusk/*.proto
git clone [email protected]:dusk-network/rusk-schema.git
@protoc -I./rusk-schema/ --gogo_out=plugins=grpc,paths=source_relative:./autogen/go/rusk --gogrpcmock_out=paths=source_relative:./autogen/go/rusk ./rusk-schema/*.proto
rm -rf rusk-schema
mock-node:
@protoc -I./node --gogo_out=plugins=grpc,paths=source_relative:./autogen/go/node --gogrpcmock_out=paths=source_relative:./autogen/go/node ./node/*.proto
gen-monitor:
Expand Down
Loading

0 comments on commit 15e9f4b

Please sign in to comment.