mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2025-01-15 01:58:17 +08:00
Added instructions for testing in README
This commit is contained in:
parent
39cd58f5ff
commit
5af12e4581
@ -20,6 +20,12 @@ If building from a git checkout, the `autotools` (`autoconf`, `automake`, `libto
|
|||||||
|
|
||||||
./autogen.sh && ./configure && make && make install
|
./autogen.sh && ./configure && make && make install
|
||||||
|
|
||||||
|
## Test
|
||||||
|
|
||||||
|
If you want to execute test cases individually, please run the following command after running `./configure` once:
|
||||||
|
|
||||||
|
make check
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
See the [online Doxygen documentation here](http://lib.protobuf-c.io) or [the Wiki](https://github.com/protobuf-c/protobuf-c/wiki) for a detailed reference. The Doxygen documentation can be built from the source tree by running:
|
See the [online Doxygen documentation here](http://lib.protobuf-c.io) or [the Wiki](https://github.com/protobuf-c/protobuf-c/wiki) for a detailed reference. The Doxygen documentation can be built from the source tree by running:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user