Skip to content

Commit fa7bb8e

Browse files
committed
README: make reference to gtest
1 parent dc51f5d commit fa7bb8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ How to build:
8484
8585
How to run tests:
8686
87+
In order to run tests you must have the [GoogleTest](https://github.com/google/googletest) framework installed. If you do not currently have it, install it and re-run `cmake`.
88+
Then:
89+
8790
$ make test
8891
8992
When you use the C part of `msgpack-c`, you need to build and link the library. By default, both static/shared libraries are built. If you want to build only static library, set `BUILD_SHARED_LIBS=OFF` to cmake. If you want to build only shared library, set `BUILD_SHARED_LIBS=ON`.

0 commit comments

Comments
 (0)