tree: 3ae8be5810835f99411fc426fec7946094394cfb [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. main.cc
  4. my_component_v1_cpp.cc
  5. my_component_v1_cpp.h
  6. my_component_v1_cpp_unittest.cc
  7. README.md
tools/create/goldens/my-component-v1-cpp/README.md

my-component-v1-cpp

TODO: Brief overview of the component.

Building

To add this component to your build, append --with tools/create/goldens/my-component-v1-cpp to the fx set invocation.

Running

$ fx shell run fuchsia-pkg://fuchsia.com/my-component-v1-cpp#meta/my-component-v1-cpp.cmx

Testing

Unit tests for my-component-v1-cpp are available in the my-component-v1-cpp-tests package.

$ fx test my-component-v1-cpp-tests