nix-super/src/libutil/tests
John Ericson 450dcf2c1b Remove HashType::Unknown
Instead, `Hash` uses `std::optional<HashType>`. In the future, we may
also make `Hash` itself require a known hash type, encoraging people to
use `std::optional<Hash>` instead.
2020-06-02 15:52:13 +00:00
..
config.cc tests/config.cc: add tests for Config::applyConfig 2020-05-27 17:47:18 +02:00
hash.cc Remove HashType::Unknown 2020-06-02 15:52:13 +00:00
json.cc Add unit tests for "json.hh" 2020-05-25 11:57:45 +02:00
local.mk configure: Look for gtest 2020-05-08 12:09:37 +02:00
tests.cc Add unit testes for url.cc 2020-05-20 16:37:35 +02:00
url.cc Add unit testes for url.cc 2020-05-20 16:37:35 +02:00
xml-writer.cc Add unit tests for xml-writer 2020-05-25 18:34:55 +02:00