Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conformance test #273

Open
disjukr opened this issue Jan 8, 2023 · 0 comments
Open

conformance test #273

disjukr opened this issue Jan 8, 2023 · 0 comments

Comments

@disjukr
Copy link
Member

disjukr commented Jan 8, 2023

https://github.com/protocolbuffers/protobuf/blob/main/conformance/README.md#testing-other-protocol-buffer-implementations

Testing other Protocol Buffer implementations

To run these tests against a new Protocol Buffers implementation, write a program in your language that uses the protobuf implementation you want to test. This program should implement the testing protocol defined in conformance.proto. This is designed to be as easy as possible: the C++ version is only 150 lines and is a good example for what this program should look like (see conformance_cpp.cc). The program only needs to be able to read from stdin and write to stdout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant