Lines Matching +full:cygwin +full:- +full:tests
1 Protocol Buffers - Google's data interchange format
11 https://developers.google.com/protocol-buffers/
15 or some other Python-specific source, you may have received only the
31 $ python -V
36 … [this page](https://packaging.python.org/en/latest/installing.html#setup-for-installing-packages).
42 $ protoc --version
44 4) Build and run the tests:
56 If you are running a Homebrew-provided Python, you must make sure another
83 $ python setup.py build --cpp_implementation
85 Then run the tests like so:
87 $ python setup.py test --cpp_implementation
89 If some tests fail, this library may not work correctly on your
93 Python on Cygwin which causes the tests to fail after printing the
95 to be a [bug either in Cygwin or in
96 Python](http://www.cygwin.com/ml/cygwin/2005-07/msg01378.html).
108 $ python setup.py install --cpp_implementation
121 https://developers.google.com/protocol-buffers/