1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 13:51:16 +02:00
nix/tests/functional/test-libstoreconsumer
Sergei Zimmerman 6ef683cb2a
Restore multiline formatting of lists in meson files
Applies a workaround to enforce multiline formatting
of lists to reduce code churn introduced in 93a42a5971.
2025-06-20 23:12:36 +03:00
..
main.cc Split out store-open.hh and store-registration.hh 2025-05-14 16:07:57 -04:00
meson.build Restore multiline formatting of lists in meson files 2025-06-20 23:12:36 +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.