Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed schema for JSON test to be defined in a .proto file. (protoco…
…lbuffers#54) * Changed schema for JSON test to be defined in a .proto file. Before we had lots of code to build these schemas manually, but this was verbose and made it difficult to add to the schema easily. Now we can just write a .proto file and adding fields is easy. To avoid making the tests depend on upbc (and thus Lua) we check in the generated schema. * Made protobuf-compiler a dependency of "make genfiles." * For genfiles download recent protoc that can handle proto3. * Only use new protoc for genfiles.
- Loading branch information