lix/tests/functional/test-libstoreconsumer
2024-11-18 12:31:19 -08:00
..
main.cc Include rearrangement: rest 2024-11-18 12:31:19 -08:00
meson.build tree-wide: add support for asan! 2024-07-31 14:13:39 -07:00
README.md Put functional tests in tests/functional 2023-12-01 12:06:43 -05: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.