tree: 8027b6670af82ce50e6214a4b7e9d7de9db4e457 [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. README.md
  4. validator_puppet.cc
src/diagnostics/validator/inspect/lib/cpp/README.md

C++ Inspect Puppet

Reviewed on: 2023-05-24

This is the C++ Puppet for the Inspect Validator. The test inspect-validator-test-cpp checks that the C++ Inspect library conforms to the specification.

Building

To add this project to your build, append --with //src/diagnostics/validator/inspect/lib/cpp:tests to the fx set invocation.

For example:

fx set core.chromebook-x64 --with '//topaz/bundles:buildbot' --with //src/diagnostics/validator/inspect/lib/cpp:tests

Testing

To run the test:

--with //src/diagnostics/validator/inspect/lib/cpp:tests
fx test inspect-validator-test-cpp