tree: e8ab598ddce8a36f8e5c0ea36d47d68d06fd90a0
  1. src/
  2. BUILD.bazel
  3. BUILD.gn
  4. METADATA.textproto
  5. OWNERS
  6. README.md
src/lib/fuchsia-lockfile/README.md

fuchsia-lockfile

fuchsia-lockfile is a host library that coordinates file access from multiple processes.

Building

Since this is a host library, the host toolchain needs to be specified for the target. For a x64, to add tests for this library to your build, append the following to the fx set: --with //src/lib/fuchsia-lockfile:host_tests\(//build/toolchain:host_x64\).

Testing

To run the tests:

 fx test //src/lib/fuchsia-lockfile