1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 20:20:58 +01:00

Revert "Add rapidcheck dependency for testing"

This reverts commit c92e51ecec.
This commit is contained in:
Robert Hensing 2023-01-25 11:27:52 +01:00
parent 2e66fe9b1e
commit 65e690a087
4 changed files with 3 additions and 13 deletions

View file

@ -92,8 +92,7 @@ $ nix develop
The unit-tests for each Nix library (`libexpr`, `libstore`, etc..) are defined
under `src/{library_name}/tests` using the
[googletest](https://google.github.io/googletest/) and
[rapidcheck](https://github.com/emil-e/rapidcheck) frameworks.
[googletest](https://google.github.io/googletest/) framework.
You can run the whole testsuite with `make check`, or the tests for a specific component with `make libfoo-tests_RUN`. Finer-grained filtering is also possible using the [--gtest_filter](https://google.github.io/googletest/advanced.html#running-a-subset-of-the-tests) command-line option.