1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 12:36:01 +01:00
nix/tests/functional/test-libstoreconsumer
2025-08-07 02:57:02 +03:00
..
main.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
meson.build meson: Get rid of multiline array formatting hack 2025-08-07 02:57:02 +03:00
README.md Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00

A very simple C++ consumer of the libstore library.

  • Keep it simple. Library consumers expect something simple.
  • No build hook, or any other reinvocations.
  • No more global state than necessary.