Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-31 | Ensure all headers have `#pragma once` and are in API docs | John Ericson | |
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`. | |||
2023-01-29 | More property tests | John Ericson | |
Also put proper comparison methods on `DerivedPath` and `NixStringContextElem`, which is needed for the tests but good in general. | |||
2023-01-29 | Allow unit test infra to be reused across libs' tests | John Ericson | |
This allows using Arbitrary "instances" defined in libstore-tests in libexpr-tests, something we will leverage in a moment. |