nix-super/tests/unit/libstore
John Ericson b51e161af5 Cleanup ContentAddressMethod to match docs
The old `std::variant` is bad because we aren't adding a new case to
`FileIngestionMethod` so much as we are defining a separate concept ---
store object content addressing rather than file system object content
addressing. As such, it is more correct to just create a fresh
enumeration.

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2024-06-24 10:24:06 -04:00
..
data Unit test for derivation "advanced attrs" 2024-06-23 21:42:56 -04:00
common-protocol.cc Cleanup ContentAddressMethod to match docs 2024-06-24 10:24:06 -04:00
content-address.cc Cleanup ContentAddressMethod to match docs 2024-06-24 10:24:06 -04:00
derivation-advanced-attrs.cc Unit test for derivation "advanced attrs" 2024-06-23 21:42:56 -04:00
derivation.cc Cleanup ContentAddressMethod to match docs 2024-06-24 10:24:06 -04:00
derived-path.cc Move tests to separate directories, and document 2023-12-01 10:48:58 -05:00
downstream-placeholder.cc Move tests to separate directories, and document 2023-12-01 10:48:58 -05:00
local.mk WIP add testresults output 2024-06-16 16:34:54 +02:00
machines.cc Restore exposing machine file parsing 2024-05-23 00:03:52 -04:00
nar-info-disk-cache.cc Move tests to separate directories, and document 2023-12-01 10:48:58 -05:00
nar-info.cc Rename Recursive -> NixArchive 2024-06-24 10:24:06 -04:00
nix_api_store.cc test/libutil: Add OBSERVE_STRING macro 2024-04-11 17:39:21 +02:00
outputs-spec.cc Ban building Nix with NDEBUG 2024-03-02 11:22:46 -08:00
path-info.cc Rename Recursive -> NixArchive 2024-06-24 10:24:06 -04:00
path.cc Disallow store path names that are . or .. (plus opt. -) 2024-01-31 18:35:19 +01:00
references.cc Move tests to separate directories, and document 2023-12-01 10:48:58 -05:00
serve-protocol.cc Cleanup ContentAddressMethod to match docs 2024-06-24 10:24:06 -04:00
store-reference.cc Format after clang-format update 2024-06-03 18:38:56 +02:00
worker-protocol.cc Cleanup ContentAddressMethod to match docs 2024-06-24 10:24:06 -04:00