doc: Add test dependencies to prerequisites

This commit is contained in:
Robert Hensing 2023-02-24 09:59:25 +01:00
parent 8648ebc2cc
commit c6051cac6f

View file

@ -71,3 +71,8 @@
<http://libcpuid.sourceforge.net>.
This is an optional dependency and can be disabled
by providing a `--disable-cpuid` to the `configure` script.
- Unless `./configure --disable-tests` is specified, GoogleTest (GTest) and
RapidCheck are required, which are available at
<https://google.github.io/googletest/> and
<https://github.com/emil-e/rapidcheck> respectively.