mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Add instructions for building unit tests to INSTALL.md
This commit is contained in:
parent
0c320462d7
commit
01c3869bd0
|
@ -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
|
### Build process
|
||||||
|
|
||||||
#### Unix-like
|
#### Unix-like
|
||||||
|
|
Loading…
Reference in New Issue
Block a user