Skip to content

Commit e5b0475

Browse files
author
Zhou Hao
committed
Makefile: add generate to gotest
test the test files under the generate folder. Signed-off-by: Zhou Hao <[email protected]>
1 parent 05b5772 commit e5b0475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ test: .gofmt .govet .golint .gotest
7272
.golint:
7373
golint -set_exit_status $(PACKAGES)
7474

75-
UTDIRS = ./filepath/... ./validate/...
75+
UTDIRS = ./filepath/... ./validate/... ./generate/...
7676
.gotest:
7777
go test $(UTDIRS)

0 commit comments

Comments
 (0)