At the moment we support three different build systems for C++, so it
depends on what build system you're using.
Bazel: bazel test //:protobuf_test
Autotools: ./autogen.sh && ./configure && make check
CMake: cd cmake && cmake . && make check

On Sun, Dec 13, 2020 at 10:19 PM Abhishek Jain <[email protected]> wrote:

> Hi,
> I am new to protobuf. I am trying to run "protobuf-test:IoTest" testcases.
> Could you please help me how to run this "*protobuf-test:IoTest*" ? is
> there any document to give info how to run IoTest testcases ? or  what
> steps we need to follow to run this ?
>
> *Code:*
> https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/io/zero_copy_stream_unittest.cc#L280
>
> Please hep me on this . Thank you.
>
> Thanks,
> Abhishek
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/protobuf/1b187f97-56ae-4508-be6b-f38cb2c1e5dcn%40googlegroups.com
> <https://groups.google.com/d/msgid/protobuf/1b187f97-56ae-4508-be6b-f38cb2c1e5dcn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/CADqAXr7oJtTB%3DYT%3D-jk4pB1BLFJLaCMzJkJaAAjcmcwx0je9hQ%40mail.gmail.com.

Reply via email to