1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00
nix/tests/unit/libutil-support/tests
John Ericson a97a08411c More support for std::filepath in libnixutil
We're not replacing `Path` in exposed definitions in many cases, but
just adding alternatives. This will allow us to "top down" change `Path`
to `std::fileysystem::path`, and then we can remove the `Path`-using
utilities which will become unused.

Also add some test files which we forgot to include in the libutil unit
tests `meson.build`.

Co-Authored-By: siddhantCodes <siddhantk232@gmail.com>
2024-08-26 17:23:56 -04:00
..
characterization.hh More support for std::filepath in libnixutil 2024-08-26 17:23:56 -04:00
gtest-with-params.hh libutil: add checked arithmetic tools 2024-07-30 18:13:05 -07:00
hash.cc test: Generate distinct hashes 2024-01-31 18:35:19 +01:00
hash.hh Move tests to separate directories, and document 2023-12-01 10:48:58 -05:00
nix_api_util.hh C API: add (un)initialized value checks 2024-04-21 22:44:14 +02:00
string_callback.cc Avoid casting function pointer in libutil test support 2024-07-16 22:01:34 +00:00
string_callback.hh Avoid casting function pointer in libutil test support 2024-07-16 22:01:34 +00:00
tracing-file-system-object-sink.cc Fix build to use CanonPath in new FSO sinks 2024-07-11 12:14:48 +02:00
tracing-file-system-object-sink.hh Fix build to use CanonPath in new FSO sinks 2024-07-11 12:14:48 +02:00