1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/tests/functional/test-libstoreconsumer
John Ericson e731c43eae Use std::variant to enforce BuildResult invariants
There is now a clean separation between successful and failing build
results.
2025-09-27 15:56:06 -04:00
..
main.cc Use std::variant to enforce BuildResult invariants 2025-09-27 15:56:06 -04:00
meson.build treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
nix-meson-build-support treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03: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.