lix/tests/unit
Pierre Bourdon a30c567336
filetransfer: unit test content-encoding handling
Very basic behavior test to ensure that gzip data gets internally
decompressed by the file transfer pipeline.

Change a std::string_view return value in the test harness to
std::string. I wouldn't call myself a C++ beginner and I still managed
to shoot myself in the foot like three times with the lifetime
managements there (e.g. [&] { return an_std_string; } ends up with a
dangling string_view!).

Change-Id: I1360750d4181ce1ca2a3aa4dc0e97e131351c469
2024-05-11 15:58:32 +02:00
..
libexpr remove the autoconf+Make buildsystem 2024-05-07 17:04:30 -06:00
libexpr-support/tests remove the autoconf+Make buildsystem 2024-05-07 17:04:30 -06:00
libstore filetransfer: unit test content-encoding handling 2024-05-11 15:58:32 +02:00
libstore-support/tests remove the autoconf+Make buildsystem 2024-05-07 17:04:30 -06:00
libutil remove the autoconf+Make buildsystem 2024-05-07 17:04:30 -06:00
libutil-support/tests remove the autoconf+Make buildsystem 2024-05-07 17:04:30 -06:00
meson.build filetransfer: abort transfer on receiver exception 2024-05-05 18:09:31 +00:00