Skip to content

Commit b81cdb4

Browse files
authored
Regenerate mocks (#295)
* make: print all commands * Regenerate mocks * Regenerate marketplace-api mock
1 parent 4f30111 commit b81cdb4

File tree

5 files changed

+262
-25
lines changed

5 files changed

+262
-25
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
TEST_FLAGS ?= -p 1 -v
22

33
all:
4-
@echo "See Makefile contents for details."
4+
@echo "make <cmd>:"
5+
@echo ""
6+
@echo "commands:"
7+
@awk -F'[ :]' '/^#+/ {comment=$$0; gsub(/^#+[ ]*/, "", comment)} !/^(_|all:)/ && /^([A-Za-z_-]+):/ && !seen[$$1]++ {printf " %-24s %s\n", $$1, (comment ? "- " comment : ""); comment=""} !/^#+/ {comment=""}' Makefile
58

69
bootstrap:
710
cd ./testutil/chain && pnpm install

go.work.sum

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock/api.mock.go

Lines changed: 230 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)