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:
parent
2e66fe9b1e
commit
65e690a087
4 changed files with 3 additions and 13 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue