Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Mar 28, 2023
1 parent 1c4a236 commit 11825ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gnovm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ test: _test.cmd _test.pkg _test.gnolang
_test.cmd:
go test ./cmd/... -v -p 1 -timeout=30m

.PHONY: test.pkg
test.pkg:
.PHONY: _test.pkg
_test.pkg:
go test ./pkg/... -v -p 1 -timeout=30m

.PHONY: _test.gnolang
Expand All @@ -60,7 +60,8 @@ _test.gnolang.pkg2:

# Code gen
stringer_cmd=$(rundep) golang.org/x/tools/cmd/stringer
stringer:
.PHONY: _dev.stringer
_dev.stringer:
$(stringer_cmd) -type=Kind ./pkg/gnolang
$(stringer_cmd) -type=Op ./pkg/gnolang
$(stringer_cmd) -type=TransCtrl ./pkg/gnolang
Expand Down

0 comments on commit 11825ff

Please sign in to comment.