mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
Removed another set of {}-wildcards for travis.
This commit is contained in:
@@ -28,7 +28,10 @@ generate: root build
|
||||
.root/bin/easyjson -build_tags=use_easyjson .root/src/$(PKG)/benchmark/data.go
|
||||
|
||||
test: generate root
|
||||
go test $(PKG)/{tests,jlexer,gen}
|
||||
go test \
|
||||
$(PKG)/tests \
|
||||
$(PKG)/jlexer \
|
||||
$(PKG)/gen
|
||||
go test -benchmem -tags use_easyjson -bench . $(PKG)/benchmark
|
||||
|
||||
bench-other: generate root
|
||||
|
||||
Reference in New Issue
Block a user