[#107] Makefile: Generate standard protobuf bindings for tests
It was removed accidentally during transition. Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
61f6f0f4a2
commit
f484ce6b0b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -79,6 +79,7 @@ $(BIN)/protogen:
|
|||
|
||||
protoc-test: protoc $(BIN)/protogen
|
||||
@$(PROTOC_DIR)/bin/protoc \
|
||||
--go_out=. --go_opt=paths=source_relative \
|
||||
--plugin=protoc-gen-go-frostfs=$(abspath $(BIN)/protogen) \
|
||||
--go-frostfs_opt=Mutil/proto/test/test.proto=git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/util/proto/test/custom \
|
||||
--go-frostfs_opt=module=git.frostfs.info/TrueCloudLab/frostfs-api-go/v2 \
|
||||
|
|
Loading…
Reference in a new issue