diff --git a/README.md b/README.md index f076a7d..4b46225 100644 --- a/README.md +++ b/README.md @@ -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: