From f484ce6b0bfb74d77b1af162c462e4acc6ddcf5b Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Mon, 26 Aug 2024 14:15:00 +0300 Subject: [PATCH] [#107] Makefile: Generate standard protobuf bindings for tests It was removed accidentally during transition. Signed-off-by: Evgenii Stratonikov --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 271036a..abcabc7 100755 --- a/Makefile +++ b/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 \