aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/tests
AgeCommit message (Expand)Author
2023-01-23Test store paths, with property testsJohn Ericson
2023-01-23Add `rapidcheck` dependency for testingJohn Ericson
2023-01-18Add test for OutputsSpec::NamesEelco Dolstra
2023-01-12Write more (extended) output spec testsJohn Ericson
2023-01-12Assert on construction that `OutputsSpec::Names` is non-emptyJohn Ericson
2023-01-12Unit test `OuputsSpec::{union_, isSubsetOf}`John Ericson
2023-01-11Improve tests for `OutputsSpec`John Ericson
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2023-01-11Rename `OutputPath` -> `ExtendedOutputPath`John Ericson
2023-01-11Improve `OutputsSpec` slightlyJohn Ericson
2023-01-10Make clear that `StorePathWithOutputs` is a deprecated typeJohn Ericson
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2021-10-17Add error reporting to machine spec paserAlexey Novikov
2021-10-08libstore-tests: add libutil dependency (fix static link failure)Sergei Trofimovich
2021-10-04Add a test for RefScanSink and clean up the codeEelco Dolstra