lix/src/libutil/tests
regnat 184558834a Extract a generic computeClosure function
Move the `closure` logic of `computeFSClosure` to its own (templated) function.

This doesn’t bring much by itself (except for the ability to properly
test the “closure” functionality independently from the rest), but it
allows reusing it (in particular for the realisations which will require
a very similar closure computation)
2021-05-19 11:44:58 +02:00
..
closure.cc Extract a generic computeClosure function 2021-05-19 11:44:58 +02:00
compression.cc libutil: allow decompression with none/empty method 2021-04-22 02:33:59 +00:00
config.cc Fix some typos 2021-03-26 16:14:38 +01:00
hash.cc Revert the enum struct change 2020-06-18 22:11:26 +00:00
json.cc Add unit tests for "json.hh" 2020-05-25 11:57:45 +02:00
local.mk Add tests for logging.hh 2020-06-06 10:22:32 +02:00
logging.cc Improve error formatting 2021-01-21 11:02:09 +01:00
lru-cache.cc src/libutil/tests/lru-cache.cc: Check erase() 2020-06-02 12:06:59 +02:00
pool.cc Add tests for pool.hh 2020-06-10 22:29:50 +02:00
tests.cc Fix tests 2021-01-08 14:17:06 +01:00
url.cc Fix Nix to properly work with stores using a scoped IPv6 address 2021-03-16 19:14:42 +01:00
xml-writer.cc Add unit tests for xml-writer 2020-05-25 18:34:55 +02:00