Add instructions for building unit tests to INSTALL.md

This commit is contained in:
zugz (tox) 2020-12-28 00:00:00 +00:00 committed by iphydf
parent 0c320462d7
commit 01c3869bd0
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -117,6 +117,13 @@ cmake \
..
```
### Building tests
In addition to the integration tests ("autotests") and miscellaneous tests
enabled by cmake variables described above, there are unit tests which will be
built if the source distribution of gtest (the Google Unit Test framework) is
found by cmake in `c-toxcore/third_party`. This can be achieved by running
'git clone https://github.com/google/googletest` from that directory.
### Build process
#### Unix-like