From 01c3869bd05370bb4251bdece8cd1856d9be9b8c Mon Sep 17 00:00:00 2001 From: "zugz (tox)" Date: Mon, 28 Dec 2020 00:00:00 +0000 Subject: [PATCH] Add instructions for building unit tests to INSTALL.md --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 7b2c3311..bce7d679 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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