lix/tests/functional/test-libstoreconsumer
John Ericson 423484ad26 Only link with -pthread on Unix
We don't want this with MinGW.
2024-01-10 20:38:39 -05:00
..
local.mk Only link with -pthread on Unix 2024-01-10 20:38:39 -05:00
main.cc Put functional tests in tests/functional 2023-10-06 09:05:56 -04: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.