tree: 7e542b33992bb1c25514801db6101879d88d547a [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