mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Add rapidcheck
dependency for testing
Property tests are great! Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
90e630a542
commit
7fe308c2f8
4 changed files with 13 additions and 3 deletions
|
@ -92,7 +92,8 @@ $ 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/) framework.
|
||||
[googletest](https://google.github.io/googletest/) and
|
||||
[rapidcheck](https://github.com/emil-e/rapidcheck) frameworks.
|
||||
|
||||
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