lix/tests/test-libstoreconsumer
2023-06-30 23:36:27 +02:00
..
local.mk tests: Don't install test-libstoreconsumer program 2023-06-30 23:36:27 +02:00
main.cc Fix build hook error for libstore library users 2023-06-15 14:32:00 +02:00
README.md Fix build hook error for libstore library users 2023-06-15 14:32:00 +02: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.