fix makefile

This commit is contained in:
GoWebProd
2020-03-30 23:27:47 +03:00
committed by GitHub
parent 2d0de5a8b6
commit 39cd2e35dc
+2 -2
View File
@@ -20,7 +20,7 @@ generate: build
./tests/reference_to_pointer.go \
./tests/html.go \
./tests/unknown_fields.go \
./tests/type_declaration.go
./tests/type_declaration.go
bin/easyjson -all ./tests/data.go
bin/easyjson -all ./tests/nothing.go
@@ -37,7 +37,7 @@ generate: build
bin/easyjson ./tests/key_marshaler_map.go
bin/easyjson -disallow_unknown_fields ./tests/disallow_unknown.go
bin/easyjson ./tests/unknown_fields.go
bin/easyjson ./tests/type_declaration.go
bin/easyjson ./tests/type_declaration.go
test: generate
go test \