lix/tests/functional/test-libstoreconsumer
2024-04-04 20:43:38 -06:00
..
local.mk Put functional tests in tests/functional 2023-12-01 12:06:43 -05:00
main.cc Put functional tests in tests/functional 2023-12-01 12:06:43 -05:00
meson.build meson: add missing tests: ca, dyn-drv, plugins, libstoreconsumer 2024-04-04 20:43:38 -06: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.