tree: fd13264e508807bf3763c65b29ef33c68839733a [path history] [tgz]
  1. gtest/
  2. src/
  3. BUILD.gn
  4. OWNERS
  5. README.md
src/sys/test_adapters/README.md

Test Adapters

Test Adapters are a trampoline that launch test binaries, parses output and translates it to fuchsia.test.Suite protocol. This would eventually be ported into a runner. We are planning to add adapters for rust and gtests(C++).

Building

fx set core.x64 --with //src/sys/test_adapters
fx build

Running

TODO: Add information here about how to integrate this adapter into tests.

Testing

To test gtest_adapter run:

fx run-test gtest_adapter_tests