tree: 0f287d91bcf4d43dec2587b626276282429419a4 [path history] [tgz]
  1. gtest/
  2. rust/
  3. src/
  4. BUILD.gn
  5. OWNERS
  6. 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

Above command will build all test adapters, to build individual one, see READMEs in gtest and rust

Running

Please see following docs

Testing

Please see following docs