lix/tests/functional/test-libstoreconsumer
jade 19ae87e5ce tree-wide: add support for asan!
What if you could find memory bugs in Lix without really trying very
hard? I've had variously scuffed patches to do this, but this is
blocked on boost coroutines removal at this point tbh.

Change-Id: Id762af076aa06ad51e77a6c17ed10275929ed578
2024-07-31 14:13:39 -07:00
..
main.cc Put functional tests in tests/functional 2023-12-01 12:06:43 -05: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.