Added instructions for testing in README

This commit is contained in:
dota17 2020-01-07 16:18:47 +08:00 committed by Ilya Lipnitskiy
parent 39cd58f5ff
commit 5af12e4581

View File

@ -20,6 +20,12 @@ If building from a git checkout, the `autotools` (`autoconf`, `automake`, `libto
./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
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: