blob: 75a7f09f55d65158c300495fb4fce95cb206ab11 [file] [log] [blame] [view]
# C++ Inspect Puppet
Reviewed on: 2019-11-12
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/inspect_validator/lib/cpp:tests`
to the `fx set` invocation.
For example:
```
fx set core.chromebook-x64 --with '//topaz/bundles:buildbot' --with //src/diagnostics/inspect_validator/lib/cpp:tests
```
## Testing
To run the test:
```
--with //src/diagnostics/inspect_validator/lib/cpp:tests
fx run-test inspect_validator_test_cpp
```